substr
substring
slice
Daný reťazec 'i study javascript'. Vystrihnite z neho slovo 'study' a slovo 'javascript' tromi rôznymi spôsobmi (cez substr, substring, slice).
'i study javascript'
'study'
'javascript'