JS Regular Expressions Exercises 1
Task 1 -
const greeting = "Hello World";
Using Regular expressions (Regex), find out if the string "Hello" is found in greeting.
/*
Using Regular expressions (Regex), find out if the string "Hello" is found in greeting.
*/
const greeting = "Hello ...
ifeanyiomeata.hashnode.dev3 min read