solucions strings methods

pull/387/head
Jose Linardo 3 years ago
parent 59c2858dfd
commit 0607f57806

@ -1 +0,0 @@
// this is your main.js script

@ -103,7 +103,6 @@ let phrase = 'python, jargon'
let foundWord = /on/g
console.log(phrase.match(foundWord))
console.log(phrase.match(foundWord))
//6. I hope this course is not full of jargon. Check if jargon is in the sentence.
let jargonSentence = 'I hope this course is not full of jargon'
console.log(jargonSentence.match('jargon'))

Loading…
Cancel
Save