Week 7: DEMO

JavaScript Expressions



JavaScript is a high-level scripting language, which means that it is far removed from the low-level operations of memory management and garbage collection, and it's a scripting language because the code you write is never compiled into a binary results, but rather run in real-time by the web browser. We use JavaScript to write and execute routines we call functions. The language is also object-oriented, in which objects have predefined methods and properties that we can use while coding. It's also important to remember that all of the JavaScript code we write is case sensitive, so watch out for those typos.

Simple Object Properties, Methods, and Functions


We have already begun to explore some of the simple object properties, methods, and functions that are built into JavaScript.


JavaScript Locations



Fundamental JavaScript Concepts



Programming Fundamentals

Variables


Expressions


Arithmetic Operators


Comparison Operators


Functions & Methods

Resources