Results 1 to 5 of 5

Thread: How to create arrays in javaScripts?

  1. #1

  2. #2
    Junior Registered johnstany's Avatar
    Join Date
    May 2017
    Location
    chennai
    Posts
    2

    Android App Development company

    If your are looking for Android app development company in Chennai to outsource your application project, then kindly contact us at smarther@outlook.com or call us +91 9003162488. We will get back to you in less than 24 Hrs.
    Android App Development company
    Android App Development company
    Last edited by johnstany; 05-24-2017 at 11:46 PM.
    http://smarther.co/android-app-development-company/
    http://smarther.co/android-app-development-company-in-chennai/

  3. #3
    Registered
    Join Date
    May 2017
    Posts
    89
    You can create an array in javascript by following code.

    var fruits = ['Apple', 'Banana'];

    console.log(fruits.length);
    // 2

    __________________
    php malicious code scanner

  4. #4
    Registered pxljobs's Avatar
    Join Date
    Jul 2016
    Location
    Bangalore
    Posts
    290
    You can declare the array in three ways there are by literal,using the array constructor,creating instance of array directly..

  5. #5
    Registered
    Join Date
    Jun 2017
    Posts
    24
    1] var array_name = [item1, item2, ...];

    2] var cars = new Array("Saab", "Volvo", "BMW");

    3] var person = {firstName:"John", lastName:"Doe", age:46};

Similar Threads

  1. what are steps for create the PPC campaign
    By Nexevo Technologi in forum Search Engine Optimization
    Replies: 0
    Last Post: 11-27-2015, 07:33 AM
  2. How to Create the Sitemap for my Website
    By Nexevo Technologi in forum Search Engine Optimization
    Replies: 0
    Last Post: 11-04-2015, 08:00 AM
  3. How to create XML sitemap?
    By Bestseoservice in forum Search Engine Optimization
    Replies: 1
    Last Post: 08-08-2014, 02:06 AM
  4. How to create the PHP web?
    By kahhoong in forum Website Programming & Databases
    Replies: 2
    Last Post: 10-02-2005, 11:25 PM
  5. Is this possible to create in CSS only??
    By annanina in forum HTML, CSS, Layout, and Design
    Replies: 9
    Last Post: 09-30-2005, 05:19 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •