This forum is now read-only. Please use our new forums! Go to forums

0 points
over 11 years

3.5 help please!!!

i cant figure out how to do this? somebody please help!!!

Answer 50a55ae2921822453b003425

2 votes

Permalink

It tells you to start an array as “junk”, so, you start with

var junk = []

Next you fill that with two strings “This is” “A string” and two numbers (making sure to use a comma in between strings and numbers)

Then, you just get the console to print out junk.

console.log(example);

Hope that helps.

points
Submitted by RamzaAion
over 11 years