JS - Core - CL2 Flashcards

1
Q

Object - Object

A

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Regular Expressions

A

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Dependancy injection (common, AMD, namespase)

A

https: //addyosmani.com/writing-modular-js/
https: //medium.com/@maciekprzybylski/dependency-injection-in-javascript-74f8791ba7c8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Inheritance

A

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Inheritance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Currying and chaining

A

https: //medium.com/javascript-scene/curry-and-function-composition-2c208d774983
https: //medium.com/backticks-tildes/understanding-method-chaining-in-javascript-647a9004bd4f

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ES6: Classes

A

https://2ality.com/2015/02/es6-classes-final.html

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ES6: Destructuring assignment

A

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ES6: template strings

A

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ES6: super

A

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/super

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ES6: modules

A

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Module Loaders

A

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Proxies, Reflect

A

https: //developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
https: //developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

WeakMap + WeakSet

A

https: //developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap
https: //developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Async/await

A

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly