@devdiaries
developer
I am aspiring full stack java developer
spring basics java SQL
for..in v/s for...of: By using the for..in i get the indexes only but with the help of those indexes i can get the values at that index. By using the for...of I can only get the value only values directly I don’t get the indexes. <script> let ar...

Array is special type of object that is used to store similar kind of in a single variable We can create an array in two ways by using literal and also by the help of new Array wee can use the difference between these two usage int arr=[9] <script> ...
