JavaScript Taskbook Level 9.1
Given a text with punctuation marks, get an array of sentences of this text.
Add target="_blank" to all links leading to someone else's site.
A certain line is given:
let str = 'abcde abcde'
The variable stores the following symbols:
let del = 'abe';
Remove all the characters specified in the variable from the string. In our case, we should get the following:
'cd cd'