JS Learnings – 1
JavaScript is dynamically typed. This unassumingly simple feature is one of the most powerful strengths of the language. As your experience with the language evolves you will appreciate the less ceremony involved in creating variables JavaScript has types that are not common in other languages. Type such as “undefined” […]