JS - Core - CL3 Flashcards

1
Q

ES6: generators and iterators

A

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

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

Symbols

A

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

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

Typed Arrays

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
Experimental new features:
ArrayBuffer.transfer
Typed Objects
SIMD specification
SharedArrayBuffer and Atomics
Decorators
A

https://developer.mozilla.org/en-US/docs/Archive/Web/JavaScript/ECMAScript_Next_support_in_Mozilla

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

Shallow and retained sizes

A

https://developer.chrome.com/devtools/docs/memory-analysis-101#common_terms

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

Young and old generation

A

https://www.html5rocks.com/en/tutorials/memory/effectivemanagement/

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

Garbage collector

A

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

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

Anti-patterns related to memory leaks

A

https: //www.ibm.com/developerworks/library/wa-memleak/wa-memleak-pdf.pdf
https: //medium.com/outsystems-experts/beyond-memory-leaks-in-javascript-d27fd48ae67e

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

Memory cleaning

A

https: //www.html5rocks.com/en/tutorials/speed/v8/
https: //www.smashingmagazine.com/2012/11/writing-fast-memory-efficient-javascript/

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