Hello, could someone please assess this?
Link to task: Sequencing animations
Link to my code: jsfiddle
The bits of code that are commented are the different ways of solving the task.
Thanks, Keyboardguy
Hello, could someone please assess this?
Link to task: Sequencing animations
Link to my code: jsfiddle
The bits of code that are commented are the different ways of solving the task.
Thanks, Keyboardguy
Congratulations, @Keyboardguy!
In your second to last example (without the curly braces) you should remove the semicolons at the end.
Although it doesn’t matter in the async/await example I recommend also using “await” on alice3
for consistency since we are still receiving a promise.
Have a nice day,
Michael
Hello,
Thanks for the feedback! I didn’t notice that I put semi colons in the second to last example.
Thanks, Keyboardguy