Posts by Nico • 23 points
1 post
-
2
votes1
answer66
viewsQ: How to put an input value to be analyzed in a Promise?
"Create a function that receives a user’s age and returns a Promise that after 2 seconds will return if user is older than 18 years or not" When I open the page after 2 seconds the result loads even…