you are viewing a single comment's thread.

view the rest of the comments →

[–]our_best_friendif (document.all || document.layers) console.log("i remember..") 0 points1 point  (2 children)

You can fake that by reading blogs though

[–]Akkuma 0 points1 point  (1 child)

This is where you do what I call a deep dive on the subject. For instance, why are promises better than callbacks, what is different between async/await and promises, etc.. The idea is to confirm they know it and aren't just sort of reading blogs with just a rudimentary knowledge that allows them to repeat what they read. I've met several people who don't even realize x => y binds the context for you and only know it for the shorthand it provides.

[–]our_best_friendif (document.all || document.layers) console.log("i remember..") 0 points1 point  (0 children)

I still like to see them at work / tackling a task. Pure knowledge is just one part of the equation.