Tag: /=

  • 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…