Computer Science, asked by PariharVanshika, 6 months ago

write down the procedures to correct the mistake in the prinitives​

Answers

Answered by anukrititiwari04
1

JavaScript allows us to work with primitives (strings, numbers, etc.) as if they were objects. They also provide methods to call as such. We will study those soon, but first we’ll see how it works because, of course, primitives are not objects (and here we will make it even clearer).

Similar questions