reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

fun

* WHAT IS A FUNCTION? *

Functions let you group a series of statements together to perform a specific task. If different parts of a script repeat the same task, you can reuse the function (rather than repeating the same set of st atements).

Declaring a function

Declaring a function

parameters like a var

The ‘A,B,C’ Of Programming

Divide the infidel problem into small problems that you can solve.

Operators

Operators

AND , OR , not