Question: ( 1 1 pts ) Use the following code to create an array of elements when given a ColliIlla - Separated string . ( 10

 ( 1 1 pts ) Use the following code to create

( 1 1 pts ) Use the following code to create an array of elements when given a ColliIlla - Separated string . ( 10 pts ) Write the code for the following string " baseball , basket Ball , foot Ball , hockey " . var sportsString = " baseball , basket Ball , foot Ball , hockey " ; Var Sprouts Array = String . split ( sportsSting , " , " ) ; alert ( sports String [ 1] ) ; Develope the code into a working code , and answer what the alert box will! display

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!