0
How do you use .then in javascript?
is it a property or a method and how is it used
4 Answers
+ 1
then is a method of promise
+ 1
Promise (read in mozilla help platform)
+ 1
find in google Promise JS and read it. promise used in async functions when you send some request to server and wait for answer.
0
what?