Javascript // searching JSON objects quick // accessing JSON elements

OBJECT: ‘use strict’; var slotIndexes = [ { ‘slot’ : ‘live’, ‘index’: 0 }, { ‘slot’ : ‘achtziger’, ‘index’: 1 }, { ‘slot’ : ‘neunziger’, ‘index’: 2 }, { ‘slot’ : ‘relax’, ‘index’: 3 }, { ‘slot’ : ‘rock’, ‘index’: 4 }, { ‘slot’ : ‘brandneu’, ‘index’: 5 }, { ‘slot’ : ‘black and dance’, […]