Variable means anything that can vary. In JavaScript, a variable is a container that stores value/data that's it. Ways to store data in variables: Using the keywords var, let and const. Var: var myname="Maham"; Example: var c="mahamfatimaonly"; conso...
technix.hashnode.dev1 min read
No responses yet.