Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # cek apakah pesan mengandung potongan kalimat
- var msg = `Can't find dataPath: /collection/github. Stopped at collection`
- var txt = `Stopped at collection`
- if (msg.includes(txt)) {
- console.log('Contains sentences')
- } else {
- console.log('Not contains sentences')
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement