JavaScript Date Methods
JavaScript Date Methods– getFullYear() ,getMonth(), getDate(), getHours(), getMinutes(), getTime(), getDay(), Date.now(), getSeconds(), getMilliseconds()..
Programming Blog
JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions.
JavaScript Date Methods– getFullYear() ,getMonth(), getDate(), getHours(), getMinutes(), getTime(), getDay(), Date.now(), getSeconds(), getMilliseconds()..
Vs Code Shortcuts key for Boosting Your Productivity : Shift + Alt + F — Format document , Ctrl + F4, Ctrl + W — Close editor, F5 — start debug…
The console.assert() method writes a message to the console, but only if an expression evaluates to false.
JavaScript Array Methods –ยท concat(), copyWithin(), entries(), every(), map(), filter(), find(), findIndex(), forEach() , indexOf(), pop(), push(), sort()…
In JavaScript, the constructor property returns the constructor function for an object. For JavaScript arrays the constructor property returns function Array() { [native code] }
In JavaScript, strings are used to represent and work with a sequence of characters. A string can represent an object as well as the primitive data type.
Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
The JavaScript if-else statement is used to execute the code whether condition is true or false. There are three forms of if statement in JavaScript.
JavaScript function is a group of code designed to perform a particular task. JavaScript function can be called anywhere in your program.
This chapter describes JavaScript’s expressions and operators, including assignment, comparison, arithmetic, bitwise, logical, string, ternary and more.