Kashinath Jadhav

Software Developer || Frontend Developer || fascinated by tech Trends || Building usable systems that work on web and mobile

JavaScript Arrays

                                      What is an array? An array is a special variable, which can hold more than one value. Syntax: const array_name = [item1, item2, …];   Example:...

Continue reading...