Javascript Tutorial | Assignment Operator’s | Ep9




Assignment operator’s are very important, in this Javascript tutorial we’ll be discovering just how important they are. We’ve already seen how to initialise (create) a variable. After creating or initialising that variable we assign a new value to that variable; but just using the equals assignment operator means we replace the existing data. Using certain other operators allows us to manipulate and work with the existing data stored in the variable.

This tutorial is brought to you by http://www.avelx.co.uk/ – Coding tutorials to help you grow.

Original source


2 responses to “Javascript Tutorial | Assignment Operator’s | Ep9”

Leave a Reply