1.

Create An Array In Javascript With A List Of 4 Colors, Assign That Array To The Variable, ‘colors’.

Answer»

VAR colors = [‘RED, ‘YELLOW’, ‘green’, ‘BLUE’];

var colors = [‘red, ‘yellow’, ‘green’, ‘blue’];



Discussion

No Comment Found