Skip to content Skip to sidebar Skip to footer

How To Set Global Variable In Jquery/javascript

Hi i am new to jquery/javascript. I have created a global variable. I set the value of value of this variable inside function like this: var arr; CreatecheckPassword: function() {

Solution 1:

jslint or jshint is your friend. Get it and use it on your code to get lint messages.

enter image description here

Post a Comment for "How To Set Global Variable In Jquery/javascript"