blog image.

Read my blogs

Pass by Value and Pass by Reference ~ blog 3

July, 2023

In JavaScript, when a function is called, the arguments can be passed in two ways, either Pass by value or Pass by reference (address). Primitive data types such as string, number, null, undefined, and boolean, are passed by value while non-primitive data types such as objects, arrays, and functions are passed by reference in Javascript

Published on Hexo

Sorting in JavaScript ~ blog 2

July, 2023

JavaScript has a built in sort() method that sorts elements in an array and returns the sorted array. The sort() method is a useful higher-order function that is mainly used with arrays in JavaScript.

Published on Hexo

What is React JS ~ blog 1

July, 2023

In this blog, I break down the React JS, Like as component, declarative, JavaScript Library, Extermely popular, self driven ect.

Published on hashnode