Nicer Syntax Unlexical Nicer Syntax One of the nicer things that makes ES6’s class so deceptively attractive (see Appendix A on why to avoid it!) is the short-hand syntax for...
Arrays Array-Likes Arrays As compared to other type-enforced languages, JavaScript array s are just containers for any type of value, from string to number to object to eve...