#javascript
Read more stories on Hashnode
Articles with this tag
# Prototype world ## Prototype is a way to add aditional methods on top of default JS methods and properties This is also called polyfills In...
# **Serialization and Deserialization in JavaScript: A Complete Guide** Serialization and deserialization are critical concepts in programming,...