Computer scienceProgramming languagesJavaScriptWorking with dataStrings

String transforming

Substring

Report a typo

Match the methods with the correct results.

let str = "some string";
Match the items from left and right columns
str.substring(6,2)
str.slice(6,2)
str.substr(6,2)
me s
Empty string
tr
___

Create a free account to access the full topic