??? ??? ??????? ?? ????? ?? ???? ?????. JavaScript?? ???? ???? ???? ??? ???? ?? ????? ???? ?? ?? ??????? ???? ? ??? ? ? ????. ? ???? ??????? ??? ??? ??? ???? ?? ??? ????, ??? ??? ?? ??? ?? ???? ?? ???? ??? ?????.
JavaScript? ??? ????
JavaScript? ??? ???? ? ?? ?? ??? ?????.
(1) ??: ?? ? ???? ?? ???? ?????.
let name = "John"; // Allocates memory for the string "John" let user = { age: 30 }; // Allocates memory for the object
(2) ??: ??? ????? ???? ?? ???.
console.log(name); // Accesses memory to retrieve "John" user.age = 31; // Modifies the value in memory
(3) ?? ??: ? ?? ???? ?? ???? ?????.
JavaScript? ??? ??? ???? ??
JavaScript? ?? ??? ???? ???? ? ?? ???? ?? ???? ?????. ? ????? ?? ???? ???? ???.
- ?? ??? ??: ???? ???? ? ?? ??(?: ?? ?? ?? ?? ?? ??)
- ??? ? ?? ??: ? ?? ??? ? ?? ??? ?? ???? ??? ?????.
??? ??? ??
1. ?? ??
??? ??? ?? ?? ??? ?? ??? ??? ?????. ??? 0?? ???? ??? ??? ? ?? ???.
?? ??? ?:
let obj1 = { name: "John" }; let obj2 = obj1; // obj1 and obj2 reference the same object obj1 = null; // obj2 still references the object, so it’s not garbage collected obj2 = null; // Now the object is unreachable and can be garbage collected
??: ?? ??? ? ??? ???? ? ????.
2. ?? ? ?? ????
V8? ?? ?? JavaScript ??? ?? ? ?? ????? ?????.
- ???? ???? ?? ??? ?? ??? ?????.
- ??? ??? ?? ???? ?? ??? ?????.
??? ? ?? ???? ?:
function createUser() { let user = { name: "John" }; // User object created return user; } let user1 = createUser(); // Object is reachable user1 = null; // Object is now unreachable
???? ??? ?? ??
1. ??? ??
? ?? ???? ?? ??? ?? ??? ? ??? ??? ?????.
?:
let globalArray = []; function addItem() { globalArray.push(new Array(1000000)); // Large array added to global scope } // Even after the function completes, globalArray holds references to the data.
???:
?? ??? ??? ? ?? ???? ?? ??? ?????.
2. ?? ??? ??? ???
???? ??? ??? ?? ??? ???? ??? ??? ??? ? ????.
?:
let name = "John"; // Allocates memory for the string "John" let user = { age: 30 }; // Allocates memory for the object
???? ??? ??? ?? ?
1.?? ?? ???:
?? ??? ???? ?? ?? ????? ??? ?????.
2.???? ??? ????:
? ?? ???? ?? ?? ??? ??? ?? ??? ?????.
console.log(name); // Accesses memory to retrieve "John" user.age = 31; // Modifies the value in memory
3.WeakMap ? WeakSet ??:
??? ??? ??? ???? ?? ??? ?? ? ?? ?? ??? ??? ?????.
let obj1 = { name: "John" }; let obj2 = obj1; // obj1 and obj2 reference the same object obj1 = null; // obj2 still references the object, so it’s not garbage collected obj2 = null; // Now the object is unreachable and can be garbage collected
4.??? ??? ???? ? ???:
Chrome DevTools? ?? ???? ??? ???? ??? ???? ???? ??? ?????.
??
JavaScript? ??? ??? ??? ??? ???? ????? ??? ??? ??? ??? ? ????. JavaScript? ??? ???? ???? ??? ???? ?? ???? ??? ?? ??? ?? ??? ?? ?? ???? ??? ??? ???? ??? ? ? ????.
?? ??:
- MDN ? ??: ??? ??
- ?? ????? ?? Chrome DevTools
? ??? JavaScript? ??? ?? ? ??? ?? ??? ?? ?????. ??? ??? 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)

??? ??











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

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

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

JavaScript ?? ????? ??????? ??? ?? ??? ??? ????? ?? ??? ????. ????? ??? ?????. 1. ?? ?? (CodesPlitting) ??, ?? ??? React.lazy ()? ?? ?? ?? ?? ??? ????? ??? ???? ? ?? ????? ??? ?? ??? ???????. 2. ???? ?? ?? (???)? ????, ES6 ?? ????? ???? "Dead Code"? ???? ?? ? ????? ?? ??? ??? ? ???????. 3. ?? ??? ???? ???? GZIP/BROTLI ? TERSER? JS? ???? ??? ????? ???? ?? ???? ??? ? ? ??????. 4. ??? ???? ???? day.js ? fetch? ?? ?? ?????? ??????.

ES ??? CommonJS? ?? ???? ?? ?? ? ?? ???????. 1. Commonjs? ????????? Node.js ?? ? ??? ?????. 2.ES ??? ???????? ????? ?? ???? ??? ?????. 3. ??, ES ??? ?? ??/????? ???? ??? ??? ?????? CommonJS? Quiew/Module.exports? ???? ???? ???? ?? ? ? ????. 4. Commonjs? Express? ?? ???? Node.js ? ?????? ?? ???? ?? ???? ?? ES ??? ?? ??? ?? ??? ?? ? Node.jsv14? ?????. 5. ?? ? ? ??? ?? ??? ??? ? ????.

Node.js?? HTTP ??? ???? ? ?? ???? ??? ????. 1. ?? ????? ????? ??? ??? ? ?? ????? ?? ?? ? https.get () ??? ?? ??? ??? ? ?? ????? ?? ??? ?????. 2.axios? ??? ???? ? ?? ??????. ??? ??? ??? ??? ??? ??? ???/???, ?? JSON ??, ???? ?? ?????. ??? ?? ??? ????? ?? ????. 3. ?? ??? ??? ??? ??? ???? ???? ??? ??? ???? ?????.

???? ?? ?? ??? JavaScript ??? ????? ?? 4 ?? ??????. 1. ???? ??? ?? ?? ??? ???? ?? ??? Count? ?? ??? ?? ???? ?? ??? FetchData ()? ?? ??? ???? ??? ??? ??? ????? ?? PascalScase? ?? ?????. 2. ???? ? ??? ???? ??? ? ??? ??? ??? Formatuser, SaveUser ? RenderUser? ???? ?? ?? ? ??? ?????. 3. Page? userprofile, Userstats ? React? ?? ???? ???? ? ??? ? ?? ???? ????? ??????. 4. ?? ?? ? ???? ??? ??? ? ???? ??? ??? ??????.

VAR, Let ? Const? ???? ??, ?? ? ?? ?????. 1.var? ?? ??????? ?? ???? ?? ? ??? ?????. 2. let? ?? ?? ????? ?? ?? ???? ?? ? ??? ???? ????. 3. ???? ?? ?? ???? ?? ??????? ? ?? ? ? ??? ?? ??? ?? ?? ??? ? ????. ?? const? ???? ??? ??? ? LET? ???? VAR? ???? ????.
