The new showPicker() DOM methods enables developers to open a native date picker if the input element supports it.
Topic: JavaScript – Page 9
Use the
flatMaparray 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.