While compiling notes for a crash course on Javascript I was to give to a couple of colleagues, I came across a rather interesting scenario with null and relational operators… (more…)
Read more »
Celebrate JavaScript’s 25th anniversary with JetBrains! Follow the timeline of the pivotal moments throughout JavaScript’s history. (more…)
Read more »
Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one. - GitHub - Jarred-Sumner/bun: Incredibly fast JavaScript runtime, bundler, transpiler and package manager –... (more…)
Read more »
Alternative Twitter front-end. Contribute to zedeus/nitter development by creating an account on GitHub. (more…)
Read more »
The typeof operator in JavaScript evaluates and returns a string with the data type of an operand. For example, to find the type of 123, we would write - typeof 123 This will return a string with the type of 123, which, in this case, will be "number". I... (more…)
Read more »