HOME
ABOUT US
PORTFOLIO
JAVASCRIPT
Vue.js
PHP
PHP OOPS
LARAVEL
WORDPRESS
MYSQL
DATETIME
DSA
LEETCODE
Home
Author: codewithhemu
Page 17
codewithhemu
Showing 161 - 170 of 280 results
How do you clone an array?
August 16, 2025
In JavaScript, cloning (copying) an array means creating a new array with the same elements, without referencing the original one....
What are array methods like map, filter, reduce?
August 16, 2025
In JavaScript, array methods like map, filter, and reduce are higher-order functions. They allow you to transform, filter, and combine...
Difference between array and object.
August 16, 2025
Let’s break down the difference between an array and an object in JavaScript (and generally in programming): 🔹 Array 🔹...
How does Object.create() work?
August 16, 2025
🔹 What is Object.create()? Object.create() is a built-in JavaScript method that creates a new object and sets its prototype to...
What is the difference between Object.freeze and Object.seal?
August 16, 2025
1. Object.seal() ✅ Example: 2. Object.freeze() ✅ Example: Key Difference Table Feature Object.seal() Object.freeze() Add new properties ❌ Not allowed...
Difference between object literal and constructor function.
August 16, 2025
1. Object Literal An object literal is the simplest way to create an object in JavaScript.You directly define the object...
What are getters and setters in JavaScript?
August 16, 2025
In JavaScript, getters and setters are special methods that allow you to define how properties of an object are accessed...
How do you add or remove properties from an object?
August 16, 2025
1. Adding Properties You can add new properties to an object in multiple ways: ✅ Dot notation ✅ Bracket notation...
What is prototype and prototypal inheritance?
August 16, 2025
Prototype In JavaScript, every object has an internal hidden property called [[Prototype]] (often accessed using __proto__ or through Object.getPrototypeOf()). 👉...
Explain this keyword in JavaScript.
August 16, 2025
Let’s break down this keyword in JavaScript step by step, because it behaves differently depending on where and how it...
Page
1
Page
2
Page
3
Page
4
Page
5
Page
6
Page
7
Page
8
Page
9
Page
10
Page
11
Page
12
Page
13
Page
14
Page
15
Page
16
Page
17
Page
18
Page
19
Page
20
Page
21
Page
22
Page
23
Page
24
Page
25
Page
26
Page
27
Page
28
Categories
DATETIME
(6)
DJANGO
(1)
Docker
(1)
DSA
(21)
DSA PRACTICE
(4)
ENGLISH READING
(1)
JAVASCRIPT
(69)
LARAVEL
(40)
LeetCode
(1)
MYSQL
(45)
PHP
(21)
PHP OOPS
(16)
PROGRAMME
(1)
PYTHON
(7)
REACT JS
(6)
STAR PATTERN PROGRAMME
(7)
Uncategorized
(20)
Vue.js
(5)
WORDPRESS
(15)
Archives
March 2026
October 2025
September 2025
August 2025
July 2025
June 2025
May 2025
April 2025
March 2025
February 2025
January 2025
January 2023
Tags
Certificates
Education
Instructor
Languages School
Member