substr
substring
slice
Podan je niz 'i study javascript'. Izrežite iz njega besedo 'study' in besedo 'javascript' na tri različne načine (z substr, substring, slice).
'i study javascript'
'study'
'javascript'