Transforming Undefined to Null: A Guide to Standardizing JSON Data Processing
Practice Link: https://bigfrontend.dev/problem/undefined-to-null
undefined and null are the 2 primitive data types in JS but they behave very differently especially when it comes to JSON.stringify()
We'll understand this with help of an example:
JSON...
abshukla.hashnode.dev4 min read