JavaScript Variables
JavaScript Variables
JavaScript variables are containers for storing data values.
In this example, x, y, and z, are variables:
var x = 5;
var y = 6;
var z = x + y;
var y = 6;
var z = x + y;
PHP Interview Questions and Answers PHP(Hypertext Preprocessor) most commonly asked Interview questions and answers are explain in sim...
Created By Infotech Solution
Post A Comment
No comments :
Thanks For visiting Infotech Solutuion Blog