The new showPicker()
DOM methods enables developers to open a native date picker if the input element supports it.
Topic: JavaScript โ Page 8
Use the
flatMap
array method to filter and map elements in a single iteration.An impressive code golfing example from Martin Kleppe.
The "await.ops" proposal aims to make promise collections easier.
How to find elements in a JavaScript array iterating from the end.