Tag: Mozilla Developer Network

  • JavaScript Lingo: Arrays & Objects

    How to identify an array or an object based on simple syntax, as well as what they are capable of doing. If you want to store more than one piece of information to a variable, you can do so by creating an array or an object. **Disclaimer: Objects in JS are not exactly the same…