Welcome to Javascript 3 - Comments and Basic Math. Javascript comments are very easy to use and learn. (In fact, this lesson may be the shortest in the whole series. That's how short it is.) In Javascript, comments are notes or, well, anything that is not used in code, but is written. Javascript is a...
In Javascript, a function is a "block" of Javascript code that is not activated until called upon. In other words, without making it work with an event handler...