Day 24 of #100DaysOfCode Today, I acquired knowledge about class components. I understand that for those working with React versions 16.8 However, I assure you that delving into class components can bring about a shift in your understanding of React, clarifying many concepts .
Day 22 of #100DaysOfCode
Have you thought about your own map and filter method in JavaScript?
I have developed a custom map method that mirrors the functionality of the standard map method in JavaScript.
#javascript#WebDevelopment#FrontEndDevelopment
#codewithJSK Day 18 of #100DaysOfCode: Today I explored the 'this' keyword in JavaScript! ππ»
In an object method, this refers to the object.
Alone, global object.
In a function, refers global object.
In a function, in strict mode, undefined.
#JavaScript#Coding#webdeveloper
Day 10 Continuing my #100DaysOfCode challenge! π #codeWithJSKThe Before the emergence of JavaScript frameworks and libraries, DOM manipulation was primarily done using vanilla JavaScript.Developers used native JavaScript methods like getElementById, querySelector, appendChild.
Day 9 Continuing my #100DaysOfCode challenge! π #codeWithJSK
The Document Object Model(DOM) is application programming Interface(API) for manipulating HTML and XML documents (add, remove , modify parts of the document/ HTML).
1. Selecting elements
Day 8 Continuing my #100DaysOfCode challenge! π #codeWithJSK "Exploring the power of high-order array methods in JavaScript! From #map and #filter to #reduce and #forEach, these methods make manipulating arrays a breeze.
Day 7 Continuing my #100DaysOfCode challenge! π #codeWithJSK Today, Exploring JavaScript's Object Prototypes and Prototype Inheritance.
Every object in JavaScript has a built-in property, which is called its prototype
1. Prototype inheritance