Bino

  • Home
  • Room
  • Workbench
  • Malayali
  • Desk
  • Projects
  • More
    • Now
    • Uses
    • Stats
    • Library
    • Archive
    • Tags
  • About

# Javascript

Referential Equality

2 August 2022

We can say two objects are referentially equal when the pointers of the two objects are the same...
Read more

How JS code is executed.

5 July 2022

JavaScript code execution involves a sequence of steps managed by the JavaScript engine, primarily through the use of the call stack and execution contexts...
Read more

undefined and not defined in JS

22 February 2022

JavaScript Hoisting refers to the process whereby the interpreter appears to move the declaration of functions.
Read more
undefined and not defined in JS

Intersection Observer API

20 February 2022

The Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target...
Read more

Pure functions

20 February 2022

A pure function is a function which given the same input, always returns the same output.
Read more

Primitive Data types in JS

18 February 2022

In JavaScript, a primitive (primitive value, primitive data type) is data that is not an object and has no methods or properties.
Read more

Shortest Program in JS

10 February 2022

Shortest Program in JS: Empty file. Still, browsers make global Execution context...
Read more

Class and Function Hoisting in JS

2 February 2022

An important difference between function declarations and class declarations is that while functions can be called...
Read more
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Bino Kochumol Varghese  • © 2026

Powered by Hugo, Netlify, Lightbi & more. | Made with ❤️ and ✨ by Bino |

Last updated: 21 January 2026, 19:12 +0300

  • Stats
  • Now
  • Uses
  • Library
  • Archive
  • Tags
  • Credits
  • Changelog
  • Disclaimer
  • Blogroll
Learn from the mistakes of others. You can't live long enough to make them all yourself. — Eleanor Roosevelt