Yoel MaciainThe Javascript AdventureHey guys,I was taking a break to celebrate Christmas and have some ideas on how to improve the publication to be a reference in Medium about…Jan 15, 2020Jan 15, 2020
Yoel MaciainThe Javascript AdventureWeakMaps in JavascriptThe WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can…Jan 15, 2020Jan 15, 2020
Yoel MaciainThe Javascript AdventureWeakSets in JavascriptThe weakSet object lets you store weakly held objects in a collection.Dec 22, 2019Dec 22, 2019
Yoel MaciainThe Javascript AdventureA short introduction to the Sets in JavascriptTo keep the unique value of a large data set, Set would be a good option.Dec 20, 2019Dec 20, 2019
Yoel MaciainThe Javascript AdventureA short introduction to the Maps in JavascriptThe Map object holds key-value pairs and remembers the original insertion order of the keys. Any value (both objects and primitive values)…Dec 19, 2019Dec 19, 2019
Yoel MaciainThe Javascript AdventureReflect.defineProperty() vs Reflect.set()To set a property with Reflect should developers use defineProperty() or set()?Dec 17, 2019Dec 17, 2019
Yoel MaciainThe Javascript AdventureHow I use Reflect to with Object Properties in ES6Reflect is a built-in object that provides methods for interceptable JavaScript operations. The methods are the same as those of proxy…Dec 16, 20191Dec 16, 20191
Yoel MaciainThe Javascript AdventureIterables Javascript ES6The iterable protocol allows JavaScript objects to define or customize their iteration behavior, such as what values are looped over in a…Dec 15, 20191Dec 15, 20191
Yoel MaciainThe Javascript AdventureGenerators in Javascript ES6Generators are functions which can be exited and later re-entered. Their context (variable bindings) will be saved across re-entrances.Dec 14, 2019Dec 14, 2019
Yoel MaciainThe Javascript AdventureWeakMaps in JavascriptThe WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can…Dec 12, 2019Dec 12, 2019