Symbol type in JavaScript | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Symbol type in JavaScript

Hello, everyone! Could you please help me with understanding "symbol" type in JavaScript? After reading several forums, looking for information in books and web docs, I ended up with the thought that the main reason for introducing this type was to allow JavaScript developers add new features to the language like [Symbol.iterator]() and others without a danger to spoil old code. Please correct me if I'm mistaken. Also are there any situations when symbols can be handy for ordinary developers?

11th Aug 2018, 7:42 PM
Alexander Genin
Alexander Genin - avatar
1 Answer
+ 7
You can refer below link it has details explanation regarding same. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol
13th Aug 2018, 1:43 PM
Mayur Shedage
Mayur Shedage - avatar