offline version 0.0.2


Cutting strings in JavaScript

Given the string 'I'm learning javascript!'. Cut out the word 'learn' and the word 'javascript' in three different ways (with substr, substring, slice).

enru