This is so insightful, thank you for sharing
Nice and helpful article! :) Thanks!
Nice post :D, congratulations!
JS sometimes can be really weird haha.
There is a typo in the 10th section, in the code snippets:
let func = function() {
return {
a: 1
}
)(); // <- }();
share something
console.log(Math.min() > Math.min()) // outputs false console.log(Math.min() > Math.max()) // outputs true