Aniket Jha
Late Night Coder

Late Night Coder

Follow
homebadgesnewsletter
Tag

datastructure

#datastructure

More content

Read more stories on Hashnode


Articles with this tag

Method of primitive

Jul 12, 20222 min read 68 views

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...

Method of primitive