??????..
?, ? ? ? ???..!!
?? ?? ???? ?????? ??, ???, ??? ?? ?????. ??? ChatGPT? Copilot? ?? ???? ? ????!
??? ? ? ?? ???? ????? ???, ??? JavaScript ?? ??? ?? ????? _you_its ?? ?? ??? ??? ?? ?? ????.
????? ??? ? ? 8?? ????? ?? ?? ??? ???? ???. ?? ??, ??? ?? ??? ???? ????? ???? ?????. ???? ???? ?? ???? ??? ?????.
?? ???? ????? ????
????? ? ?? ????, ??, ???? ???? ?????? ??? ??? ? ?????. ?, ??? ?? ???? ?? ???? ? ??? ?????. ??? ??? ??? ???????.
? ? ???? ?? ???? ???????.
??, ??? ? ??? ???? ??????
call , bind ? apply? this? ?? ????? ???? ????? ???? ???? ??? ? ?? ??????. ??? ?? ?????.
??, ???, ??? ???? ??????
Call ? Apply ?? ??? ???? ??, Bind ???? ??? ?? ???? ????. ?? this? ??? ??? ??? ? ??? ????, ??? ? ??? ??? ??/??? ? ????.
???? ??? ??? ???? ??????
Call? Apply ?? ??? ?? this? ???? ??? ?? ????? ?? ???? ?? ??? ???? ?????.
Call? ?? ??? ???? ?? Apply? ?? ??? ?????.
?
call, Apply, Bind? ???? ???? ?? ?? ??? ???????.
function Greetings(greeting,punctuation){ return `${greeting} ${this.name} ${punctuation}` } var person = { name : "Nandan" } // Call: Immediately invokes the function with individual arguments console.log(Greetings.call(person,"Hello","!")); // Output : Hello Nandan ! // Apply: Immediately invokes the function, but takes arguments as an array console.log(Greetings.apply(person,["Hello","!"])); // Output : Hello Nandan ! // Bind: Returns a new function with `this` bound to the specified value let greet = Greetings.bind(person,"Hello","!"); console.log(greet()); // Output : Hello Nandan ! //Note: console.log(Greetings.bind(person,"Hello","!")); // Output : It will return a function
? ?? ?? ?
?? ?? : ?? ???? ??? ???:
let person1 = { name: "Nandan" }; let person2 = { name: "Kumar" }; function introduce() { console.log(`Hi, my name is ${this.name}`); } introduce.call(person1); // Hi, my name is Nandan introduce.call(person2); // Hi, my name is Kumar
?? ?? : ???? ??? ??:
let numbers = [1, 2, 3, 4, 5]; console.log(Math.max.apply(null, numbers)); // 5
??? ?? : ??? ??? ??? ??:
let button = document.getElementById("myButton"); let user = { name: "Nandan", greet() { console.log(`Hello, ${this.name}`); } }; button.addEventListener("click", user.greet.bind(user));
?? ? ?? ?? ?????? ??? ???? ?????.
?? |
?? |
?? |
?? ?? |
?? |
?? ?? ?? |
?? ?? |
?? ? ??? ? ? |
?? |
?? ?? ?? |
??? ??? |
??? ??? ?? |
??? |
? ??? ?????(???? ??) |
??? ??? ?? ????? ?? ??? |
??? ????? ?? ??? ??? ??? ?? |
?? ????! ??, ?? ? ???? ?? ? ?? ??? ??? ???? ????. ???? ????? ? ???? https://nandan.dev/
?? ? ?? ??? ??? ???.???? ??? ??? connect@nandan.dev? ???? ???? Twitter, Instagram ?? GitHub?? ??? ??? ???. JavaScript ??? ?? ???? ????? ???? ? ????? ???? ?? ?? ???!
??? | ????? | ??? | ????
? ??? Call, Apply & Bind? ?? ? ?? ??????..!!? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

??? ??











Java ? JavaScript? ?? ?? ????? ??? ?? ?? ?? ???? ????? ?????. Java? ??? ? ??? ?????? ??? ???? JavaScript? ?? ? ??? ??? ?????.

JavaScriptCommentsareEnsentialformaining, ?? ? ???? 1) Single-LinecommentsERUSEDFORQUICKEXPLANATIONS.2) Multi-linecommentSexplaincleClexLogicOrprovidedEdeDDocumentation.3) inlineecommentsClarifySpecificPartSofcode.bestPractic

JavaScript?? ??? ??? ?? ? ? ?? ??? ???????. 1. ?? ??? ??? ???? ?? ??? ????. ISO ?? ???? ???? ???? ???? ?? ????. 2. ?? ??? ?? ???? ??? ?? ???? ??? ? ??? ? ?? 0?? ????? ?? ??????. 3. ?? ?? ???? ???? ???? ?? ?????? ??? ? ????. 4. Luxon? ?? ???? ???? ?????? ???? ?? ????. ??? ?? ???? ????? ???? ??? ????? ?? ? ????.

TAGGSATTHEBOTTOMOFABLOGPOSTORWEBPAGESERVESPRACTICALPURSEO, USEREXPERIENCE, andDESIGN.1.ITHELPSWITHEOBYOWNSESPORENGENSTOESTOCESKESKERKESKERKERKERDER-RELEVANTTAGSWITHOUTHINGTEMAINCONTENT.2.ITIMPROVESEREXPERKEEPINGTOPONTEFOCUSOFOFOFOCUSOFOFOFOCUCUSONTHEATECLL

JavaScriptIspreferredforwebDevelopment, whithjavaisbetterforlarge-scalebackendsystemsandandandoidapps.1) javascriptexcelsincreatinginteractivewebexperiences withitsdynatureanddommanipulation.2) javaoffersstrongtypingandobject-Orientededededededededededededededededdec

??? ?? ? ??? DOM?? ??? ??? ? ?????. ??? ?? ????? ?? ??????, ??? ?? ???? ?? ????????. 1. ??? ??? addeventListener? usecapture ?? ??? true? ???? ?????. 2. ??? ??? ?? ???? usecapture? ???? ????? ?????. 3. ??? ??? ??? ??? ???? ? ??? ? ????. 4. ??? ?? ?? ?? ??? ?? ??? ??????? ??? ???? ?????. 5. ??? ?? ?? ?? ??? ?? ???? ?? ???? ? ??? ? ????. ? ? ??? ???? ???? JavaScript? ??? ??? ??? ????? ???? ???? ??? ??????.

javascriptassevenfundamentalDatatatypes : ??, ???, ??, unull, ??, ? symbol.1) ?? seAdouble-precisionformat, ??? forwidevaluerangesbutbecautiouswithfatingfointarithmetic.2) stringsareimmutable, useefficientconcatenationmethendsf

Java? JavaScript? ?? ????? ?????. 1. Java? ???? ???? ??? ? ??? ?????? ?????? ? ?? ???? ?????. 2. JavaScript? ?? ? ?? ?? ? ??? ?? ??? ???? ??? ? ?? ? ?? ?????.
