Showing posts with label javascript. Show all posts
Showing posts with label javascript. Show all posts

Thursday, 20 October 2016

Newbies — Do Something!

Here is the advise I give to every newbie I coma across (myself inclusive)  — Do Something! 
I barely know some code, how do I do something?
Oops!!! Don't be like that... You can reproduce other people's work(s) — just in a different way. 

Friday, 14 October 2016

Beginners Approach to JavaScript Variables

Without wasting time, let me move to what variables are.Variables are containers for data items. Some of you will frown at the sight of this with the question “What does this statement mean?” Do not worry, I'll explain it.
Imagine you went to market and purchased a new backpack (some people call this bag) which you are to use in school (as a student). This backpack is a container (variable) and whatever school item you put in it, be it book(s) and/or pen(s) are the variable item(s).