Question: Javascript What is the value of result after these two statements? var str = I sort of like sorting, sort of.; var result = str.split().indexOf('sort');
Javascript

What is the value of result after these two statements? var str = "I sort of like sorting, sort of."; var result = str.split("").indexOf('sort'); 0 15 0 24 O 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
