File tree Expand file tree Collapse file tree 3 files changed +16
-26
lines changed
09-Data-Structure-Modern-Operators-and-Strings Expand file tree Collapse file tree 3 files changed +16
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -455,7 +455,7 @@ console.log(rest);
455455
456456const dat = new Map ( ) ;
457457
458- // Map Iterations
458+ // 🔸 Map Iterations🔸
459459const question = new Map ( [
460460 [ "Question" , "What is the best programming language in the world?" ] ,
461461 [ 1 , "C" ] ,
Original file line number Diff line number Diff line change @@ -328,3 +328,18 @@ Welcome to JavaScript Fundamentals part two.
328328- [ The this keyword] ( )
329329- [ Regular functions vs Arrow Functions] ( )
330330- [ Primitive vs Objects] ( )
331+
332+ ## Data Structure, Modern Operators and Strings
333+
334+ - [ Destructuring Arrays] ( )
335+ - [ Destructuring Objects] ( )
336+ - [ Spread Operators] ( )
337+ - [ Rest Patterns and Parameters] ( )
338+ - [ Short Circuting (OR ||)] ( )
339+ - [ Nullish Coalescing Operator] ( )
340+ - [ Looping Arrays (For of Loop)] ( )
341+ - [ Optional Chaining] ( )
342+ - [ Looping Objects, Keys, Values and Entries] ( )
343+ - [ Sets] ( )
344+ - [ Maps] ( )
345+ - [ Maps Iteration] ( )
You can’t perform that action at this time.
0 commit comments