Skip to content

Commit c6c432f

Browse files
committed
add section glossary
1 parent a834d95 commit c6c432f

File tree

3 files changed

+16
-26
lines changed

3 files changed

+16
-26
lines changed

09-Data-Structure-Modern-Operators-and-Strings/code.js

-25
This file was deleted.

09-Data-Structure-Modern-Operators-and-Strings/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ console.log(rest);
455455

456456
const dat = new Map();
457457

458-
// Map Iterations
458+
// 🔸Map Iterations🔸
459459
const question = new Map([
460460
["Question", "What is the best programming language in the world?"],
461461
[1, "C"],

README.md

+15
Original file line numberDiff line numberDiff 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]()

0 commit comments

Comments
 (0)