Skip to content

Commit

Permalink
What I learned in KPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Syvashenko committed Jan 15, 2025
1 parent b2dfcd3 commit 6a258dc
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions Skills/JavaScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,56 +11,15 @@
- `Infinity`
- `undefined`
- `null`
- `this`
- `instanceof`
- `typeof`
- Destructuring
- Iterators
- Chaining
- `window`
- Getters and setters
- Equality operators
- Logical operators
- Logical Assignment
- Bitwise operators
- Ternary operator
- `await`
- Strict mode
- `super`
- `static`
- `Number.parseInt`
- `Number.parseFloat`
- Static class fields
- Private class fields
- Private class methods
- Statements
- `if`
- `while`
- `do..while`
- `for`
- `for..in`
- `for..of`
- `throw`
- `break`
- `continue`
- `import`
- `export`
- `try..catch`
- `switch`
- `class`
- `extends`
- `new`
- Functions
- Arrow function
- Async function
- Function declaration
- Default parameters
- `return`
- Data structures
- `Array`
- `Map`
- `Set`
- Standard classes and namespaces
- Infrastructure
- npm
- prettier

0 comments on commit 6a258dc

Please sign in to comment.