What does 3 dots mean in javascript?



What does 3 dots mean in javascript?..

Answer / Bhuwan Chandra Pandey

In JavaScript, three dots (...) are used as the spread operator. It allows you to take values from an iterable object such as an array or object and distribute them individually into another array or object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What are the boolean operators supported by javascript? And operator: &&

1 Answers  


How do I turn on javascript on my phone?

1 Answers  


What does the operator do in javascript?

1 Answers  


What causes memory leaks?

1 Answers  


How to set the cursor to wait?

1 Answers  


What is an asynchronous programming? Why is it important in javascript?

1 Answers  


how to get no of items from from weblist?

0 Answers  


What is the best site to learn javascript?

1 Answers  


What is servlet in javascript?

1 Answers  


find the common prime divisors of two given numbers

0 Answers  


What is the difference between HTMLCollection and NodeList?

1 Answers  


what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)

1 Answers  


Categories