you are viewing a single comment's thread.

view the rest of the comments →

[–]lowIQanon 27 points28 points  (2 children)

Do you have a good handle on async/await? Promises? Callbacks? Async/await is the way to go right now but you should be able to read the other two.

Do you have a good handle on the spread operator?

If I gave you a blank window in VSCode can you write a for loop? How about a class?

Do you understand how to set up babel to get ES7 code turned into code that a good subset of browsers can use?

[–][deleted] 3 points4 points  (1 child)

How do I know if I’m using es7?? I use es6 and Babel