JS Interview Questions

Ques. : What is JavaScript? Ques. : Differenciate between Java and JS. Ques. : Which symbol is used for Comments in Javascript? Ques. : Which company developed JS? Ques. : Is JavaScript case sensitive? Ques. : What are the different data types present in JS? Ques. : Explain Hoisting in JS. Ques. : Is it possible to break Read more…

Loading

Terminology & Miscellaneous

Web Page/Page Multimedia documents(a document contains information in the form of text, image, audio, animation, video etc) when formatted and annotated with the Hypertext Markup Language (HTML) which mainly includes hypertext, hypermedia etc. are called web page. Typically, Web Pages are named or identified using URLs (Uniform Resource Locators). Web Read more…

Loading

Misc. Codes in JS

Example : How to Use/Call External JavaScript file in an HTML Page. Example : How to move the cursor in the next HTML element/control/box by pressing Enter key/button [Enter Key Event]. Example : How to redirect/forward web page using Java Script [Redirect Page]. Example : A JS program/code segment to Refresh or Auto Refresh Read more…

Loading

JS Class & Objects

JS Classes In JavaScript, classes were introduced in ECMAScript 2015 (ES6) as a new way of defining objects and object-oriented programming. A class in JavaScript is a blueprint for creating objects with properties and methods. To create a class in JavaScript, the class keyword is used and followed by the Read more…

Loading