Arokiya Kithiyon

Arokiya Kithiyon @arokiya_kithiyon_1f2bad36

Joined:
Jun 11, 2025

Arokiya Kithiyon
articles - 6 total

Event bubbling and Capturing in Java script

What is Event Bubbling? Event bubbling in JavaScript is a mechanism in the Document Object Model...

Learn More 1 0Oct 17

Event loop in Javascript

What is the Event Loop? At its core, the JavaScript event loop is responsible for managing the...

Learn More 1 0Oct 11

"this" Key word in java script

The this keyword in JavaScript is a special keyword that refers to the context in which a function is...

Learn More 1 1Oct 5

Closures in Javascript

In JavaScript, a closure is the combination of a function and the lexical environment within which...

Learn More 0 0Oct 4

Hoisting In Javascript

Hoisting in JavaScript is a mechanism where variable and function declarations are moved to the top...

Learn More 1 0Sep 26

Execution Context in JavaScript

An execution context is the environment in which JavaScript code is executed. Everything that happens...

Learn More 0 0Sep 25