1. he
2. undefined
3. ValueError
4. TypeError
he
1. array Honda,Hyundai,Mahindra
2. string Honda,Hyundai,Mahindra
3. object Honda,Hyundai,Mahindra
4. object "Honda", "Hyundai", "Mahindra"
object Honda,Hyundai,Mahindra
1. Honda,Hyundai,Mahinda---Honda,Hyundai
2. Honda,Hyundai,Mahinda---Honda,Hyundai,Mahinda
3. Honda,Hyundai ---Honda,Hyundai
4. [Honda,Hyundai,Mahinda]---[Honda,Hyundai,Mahinda]
Honda,Hyundai,Mahinda---Honda,Hyundai,Mahinda
1. Result: 40
2. Result: 70
3. Result: 90
4. Result: 100
Result: 100
1. for()
2. traverse()
3. forEach()
4. foreach()
forEach()
1. Result: 10,20,30
2. Result: 10*10,20*20,30*30
3. Result: 100,400,900
4. ValueError
Result: 100,400,900
1. forEach()
2. map()
3. forMap()
4. filter()
filter()
1. Date
2. DateTime
3. date
4. dateTime
Date
1. new Date()
2. new Date(year, month, day, hours, minutes, seconds, milliseconds)
3. new Date(milliseconds)
4. new Date(date string)
5. All of the above
All of the above
1. Tue Dec 21 2021 13:04:36 GMT+0530
2. Tue Dec 21 2021 13:04:36 (India Standard Time)
3. Tue Dec 21 2021 13:04:36::00::01 GMT+0530 (India Standard Time)
4. Tue Dec 21 2021 13:04:36 GMT+0530 (India Standard Time)
Tue Dec 21 2021 13:04:36 GMT+0530 (India Standard Time)