Web Technologies
37.4K+ articles
DSA
22.8K+ articles
JavaScript
12.2K+ articles
Misc
8.8K+ articles
HTML
5.8K+ articles
JavaScript-Questions
2.1K+ articles
JavaScript-Methods
539+ articles
JavaScript-Misc
266+ articles
JavaScript-QnA
26+ articles
javascript-oop
24+ articles
If you put an octal literal in a code block that runs on strict, the result may be SyntaxError: Octal literals are not allowed in strict mode, since they can lead to unint...
read more
JavaScript
Web Technologies
javascript-basics
JavaScript-Errors
Writing a data type (like we do in C/C++/Java) is not requiredA variable name can hold any type of informationMainly data type is stored with value (not with variable nam...
read more
JavaScript
Web Technologies
javascript-basics
TypeScript
Phaser.js is a fast, free, and open-source JavaScript framework used for creating games for desktop and mobile platforms. It provides an extensive library of functions tha...
read more
HTML
javascript-basics
JavaScript-Games
JavaScript (often abbreviated as JS) is one of the most popular programming languages in the world. It comes with its unique take on data types that sets it apart from lan...
read more
JavaScript
Web Technologies
javascript-basics
JavaScript Facts
JavaScript-QnA
Here are the various ways to include CSS inside a JavaScript file.1. Using style Property (Inline Styling)The simplest way to include CSS in JavaScript is by directly modi...
read more
JavaScript
Web Technologies
CSS
javascript-basics
JavaScript, one of the most versatile programming languages, powers various products and applications across multiple industries. JavaScript has become the backbone of mod...
read more
JavaScript
Web Technologies
javascript-basics
JavaScript-QnA
Modular scope in JavaScript refers to the practice of creating isolated scopes within modules, ensuring that variables and functions are not exposed globally unless explic...
read more
JavaScript
Web Technologies
javascript-basics
JavaScript-Modules
JavaScript is one of the most widely used programming languages for web development. This glossary concisely explains key JavaScript terms and concepts, making it easier t...
read more
JavaScript
Web Technologies
javascript-basics
JavaScript-Misc
Control flow statements in JavaScript control the order in which code is executed. These statements allow you to make decisions, repeat tasks, and jump between parts of a ...
read more
JavaScript
Web Technologies
javascript-basics
An ordered list inside an unordered list is a hierarchical list structure where an ordered list (ol) is nested within an unordered list item (li) of a parent unordered lis...
read more
JavaScript
Web Technologies
javascript-basics
A carousel, also known as an image slider, is a popular web component that allows users to cycle through a series of images, texts, or other content. we'll walk you throu...
read more
HTML
javascript-basics
JavaScript-Projects
JavaScript is a flexible and powerful programming language that can solve problems in clever and simple ways. Here are some fun JavaScript code snippets that highlight its...
read more
JavaScript
Web Technologies
javascript-basics
JavaScript-Methods
Here are various ways to get Unicode character values in JavaScript 1. Using charCodeAt() to Get Unicode ValuesThis code defines a string letter containing the character "...
read more
JavaScript
Web Technologies
javascript-basics
JavaScript-QnA
Data types in JavaScript are flexible due to which the type of the variables can be changed when the program runs. Type Conversion and Type Coercion are the two ways throu...
read more
JavaScript
Web Technologies
javascript-basics
Mastering the fundamentals of JavaScript is important for building a strong foundation in web development. This comprehensive guide covers a curated list ofJavaScript fund...
read more
JavaScript
Web Technologies
javascript-basics
JavaScript-DSA
JavaScript-Questions
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !