File tree 3 files changed +16
-26
lines changed
09-Data-Structure-Modern-Operators-and-Strings
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);
455
455
456
456
const dat = new Map ( ) ;
457
457
458
- // Map Iterations
458
+ // 🔸 Map Iterations🔸
459
459
const question = new Map ( [
460
460
[ "Question" , "What is the best programming language in the world?" ] ,
461
461
[ 1 , "C" ] ,
Original file line number Diff line number Diff line change @@ -328,3 +328,18 @@ Welcome to JavaScript Fundamentals part two.
328
328
- [ The this keyword] ( )
329
329
- [ Regular functions vs Arrow Functions] ( )
330
330
- [ 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