#javascript
Read more stories on Hashnode
Articles with this tag
The data-testid attribute is a custom attribute commonly used in testing to uniquely identify elements in the HTML markup. Unlike standard attributes...
All about map, filter and reduce methods with examples! ยท map, filter and reduce methods were introduced in ES5. These methods are applied to...
Exporting and importing is one of the features that ES6 provides. In Javascript, export is used to export values whether it's a function or a...