Subscribe to:
Post Comments (Atom)
function declaration, expression and call/invoke/execution
The function declaration defines a function with the specified parameters. The function keyword can be used to define a function ins...
-
Source :https://mindmajix.com/mongoDB-interview-questions Mongodb tutorial: https://mindmajix.com/mongodb-tutorial If you're look...
-
Source : https://aircto.com/interview-questions/javascript/ What is Scope? HIDE ANSWER In JavaScript there are two types...
-
Prototypical Inheritance Code Example: function demo(a){ this.a=a; } function sample(){ demo.call(this,20); this.b=10; } ...
No comments:
Post a Comment