JSFiddle - React, Tailwind, and code Playground

by lavisha99

JavaScript

// given all possible destinations,select one destination at random
let nextDestinationIndex = Math.floor(Math.random()* possibleDestinations.length);
let nextDestination = possibleDestinations(nextDestinationIndex];
let 

JSON- Javascript Object Notation