#datastructure
Read more stories on Hashnode
Articles with this tag
Let’s start with a piece of code: const name = "aniket"; name.toUpperCase(); // ANIKET The name is a primitive but we are able to access a method on...