What does _ mean in javascript?
Answer / Anoop Kumar Pathak
Underscore (_) is used as a wildcard variable name or to represent an anonymous function. It's not a standard built-in variable in JavaScript.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between "var" and "let" keywords?
How do I open javascript in browser?
Explain the difference between javascript and an asp script.
In a java script, what is the difference between "==" and "===" operator?
What is dhtml in javascript?
java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.
Is it possible to break javascript code into several lines?
Which built-in method returns the characters in a string beginning at the specified location?
Explain unescape() in javascript?
Define unescape() function?
What are global variables in javascript?
What is nodetype in javascript?