Type the right type
var name = 'Stegosaurus';
var age = 150000000;
var isPlantEater = true;
var species = [
'S. stenops',
'S. ungulatus',
'S. sulcatus',
];
var details = {
length: 9,
height: 2.4,
period: 'Late Jurassic',
};
var species = [
'S. stenops',
'S. ungulatus',
'S. sulcatus',
];
var details = {
length: 9,
height: 2.4,
period: "Late Jurassic",
};
var swingTail = function () {
console.log('Swat!');
};
console.log('Slam!');
console.log('Slug!');
console.log('Smack!');
elems[2].style.backgroundColor = 'red';
elems[2].style.backgroundColor = 'red';
elems[2].style.backgroundColor = 'red';
elems[2].style.backgroundColor = 'red';