From 6a258dc9835e906abeb7c11d54c5fe44a59914dc Mon Sep 17 00:00:00 2001 From: Artem Syvashenko Date: Wed, 15 Jan 2025 21:09:49 +0200 Subject: [PATCH] What I learned in KPI --- Skills/JavaScript.md | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/Skills/JavaScript.md b/Skills/JavaScript.md index c247c80d..87beaee0 100644 --- a/Skills/JavaScript.md +++ b/Skills/JavaScript.md @@ -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 +