Posts

Showing posts with the label Operators

Learn JavaScript : Operators (Part 5)

Image
"Operators are the starting point in creating a suitable logic for a situation, make sure to understand them very well." (Mark Anthony Graham) Good to see you here on "Part 5" of learning JavaScript (Operators). Please I recommend you go back to the previous tutorials on Learning JavaScript in case you have skipped them. What we are learning builds upon each other, else you may not understand the general concept well enough. Kindly study the following Parts in case you skipped them. JavaScript Introduction JavaScript Variables   JavaScript global and local scope In computer programming, operators are special symbols or keywords that are used to perform various operations on data or variables. In the case of having a task to build software that helps an NGO to know the number of food items that could feed a certain village or community. Such software will rely heavily on operators for its functions. What is an operand? In computer programming, an operan...

followers