Question: JavaScript: Use indexOf(), and substr() or substring(), to display the end of the sentence starting from the word gift. Code: let wiseProverb = Never look
JavaScript: Use indexOf(), and substr() or substring(), to display the end of the sentence starting from the word "gift".
Code:
let wiseProverb = "Never look a gift horse in the mouth.";
// Code will be tested with "His gift was a book about mythological creatures."
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
