Test

 avatar
user_5205892
javascript
a year ago
187 B
4
Indexable
var city = “New York”;
let population = 8500000;
let isCapital = true;
let colors = {“red”,”green”,”blue”};
let car = {“make” : “Toyota”,”model” : “Camry”}
Editor is loading...