Secrets of Logical ️ Operators in Javascript πŸ€·β€

Learn how logical operators in Javascript is different from other programming languages (&& ||Β !) Logical operations allow us to make decisions (either true or false ), based on conditions. In most programming languages, the logical operation returns either true or false. In Javascript, logical operations return the value of one of the operands used in …

The Set Data Structure in Javascript

Learn about how to use and when to use Set in JavaScript. The Set object allows you to create a collection of unique values(each value can occur only once). Set can contain any type of value (primitives or object reference). Set stores elements in the insertion order. The Set doesn’t contain’s keys πŸ”‘ like a …

Design a site like this with WordPress.com
Get started