| 
  
   Menu 
  × 
      
    × 
      Correct! 
    Exercise:Use the slice method to return the word "bananas". 
var txt = "I can eat bananas all day";
var x = txt.slice(@(2), @(2));
 
var txt = "I can eat bananas all day";
var x = txt.slice(10, 17);
 
    Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?