That’s just what a JavaScript object is:
var myArray = {id1: 100, id2: 200, "tag with spaces": 300}; myArray.id3 = 400; myArray["id4"] = 500;
You can loop through it using for..in
loop:
for (var key in myArray) { console.log("key " + key + " has value " + myArray[key]); }
See also: Working with objects (MDN).
In ECMAScript6 there is also Map
(see the browser compatibility table there):
- An Object has a prototype, so there are default keys in the map. This could be bypassed by using map = Object.create(null) since ES5, but was seldomly done.
- The keys of an Object are Strings and Symbols, where they can be any value for a Map.
- You can get the size of a Map easily while you have to manually keep track of size for an Object.
Related Posts:
- How to set time delay in javascript
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- JavaScript error (Uncaught SyntaxError: Unexpected end of input)
- My javascript is returning this error: $.ajax is not a function
- JavaScript: filter() for Objects
- JavaScript runtime error: ‘$’ is undefined
- JavaScript Loading Screen while page loads
- Rotate image with javascript
- How to make a simple image upload using Javascript/HTML
- JQuery: $.get is not a function
- How to get client’s IP address using JavaScript?
- Simple throttle in JavaScript
- Enable & Disable a Div and its elements in Javascript
- Javascript – ERR_CONTENT_LENGTH_MISMATCH
- The ‘describe’ keyword in javascript
- Can’t get a JSON object in response to an Ajax request with wp_ajax
- Add tinymce buttons to caption textarea in media uploader
- Move WordPress native javascript to bottom of page?
- RequireJS in custom theme. Working Example
- Ajax call does not activate callback function
- How to handle multiple instance of “send_to_editor” js function
- Trying to get single posts to load on the front page via ajax
- Ajax not firing properly using Firefox, but works in Chrome
- wp_enqueuescript won’t load in footer even with true value set?
- jQuery Hoverintent plugin in TwentyEleven Menu [closed]
- Execution of JavaScript on save post
- How wp_enqueue_script works?
- Is placing stuff in page text edit window bad form?
- Script won’t execute in the media manager
- Add colorpicker to featured image
- Gravity Forms not loading under https, jQuery is not defined
- wp_ajax unauthenticated and authenticated
- WordPress ajax function parameter value not being passed
- Is it safe to include a javascript file in a template’s php file?
- Add a Fancybox automatically to post type “post” images
- Enqueuing javascript files
- WordPress customizer refresh screen after save
- Creating multiple enclosing shortcodes and fixing JS issues on click
- Can’t load a class into WordPress post editor’s content field
- Implementing lazy loading in homepage posts instead of pagination
- JSON output returns page source code [closed]
- Dealing with a library that depends on jQuery
- start.js:45TypeError: Not enough arguments on Safari [closed]
- How to Dynamically Load Content Into Body of Bootstrap Modal Window?
- I want to import my Json file into a custom made display-modal. How do i link my Json file?
- Help with a jQuery Carousel
- Using bootstrap-slider and bootstrap-switch in wordpress admin panel
- Searching multiple tags and adding jQuery dependant script onto page template?
- TinyMCE 4 remove/add attributes for all images
- How does WordPress handle HTML Tables interaction with jQuery
- Javascript stopped working [closed]
- Fall Back Google CDN in JavaScript
- Why load JS through the CMS framework? [duplicate]
- url – ajax loaded but no JS
- I have an old version of jQuery showing up. How do I figure out where it is coming from?
- How to enque js script in footer that are not in .js file?
- Loading scripts on a single page plants the script in the footer
- Search input area autogrow – how?
- Get value of selected option in select field in a WordPress form
- How to keep HTML form field that is conditional hidden with javasript hidden after page reload?
- Accessing javascript in multiple files [closed]
- Issues loading Jquery on WordPress website
- Required radio button does not validate in form, when clicked through Javascript/jQuery
- Custom AJAX form not working async
- Blur.js with WordPress – Enqueued, but server not finding file
- Parse wordpress blog data using json api and ajax
- Screen Options JavaScript Code
- Problem adding MP3 attachments to a jPlayer playlist
- Is there some jQuery conflict here?
- Theme has superfish – how to add supersubs?
- Jquery not working
- A carousel slideshow plugin in JavaScript
- Best way to add some custom javascript using jquery to a child theme
- Add JQuery As Code Snippet
- Theme customisation – how to store javascript externally when it utilises php variables?
- Form validation before submitting
- Get ajaxForm response value
- Site images are fixed in front of my site content [closed]
- JQuery toggle in Visual Composer
- jQuery not working for media uploader
- Adding scripts before plugins scripts
- How to toggle custom WP archive list
- WP Media Uploader modal conflicts with Bootstrap modal
- jQuery search function not running in WordPress but running locally (fiddle)
- JQuery Login Dropdown not functioning in theme
- Javascript function to switch out images
- Enqueue javascript that inserts custom php widget into jQuery-constructed div
- Retrieve customizer value using ajax or customizer api and print the value in theme
- Uncaught TypeError: undefined is not a function (shortcode-box)
- Running javascript in a child theme. Works in jsfiddle
- How to block action if post is “dirty”?
- WordPress video end function [duplicate]
- wp_register_script Question
- Ensure an external javascript file called from plugin is loaded after jquery is called
- Why my vertical tab js code is refreshing the page continuously? [closed]
- bootstrap-slider.js by seiyria not working in wordpress
- Carousel Hover Image
- Individual Pages are loading halfway down
- Widget won’t work due to old JavaScript? Any ideas how to make it work? [closed]
- How to Javascript/jQuery