Skip to content

Commit 8c867da

Browse files
authored
Create README.md
1 parent 5ec0a45 commit 8c867da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

L-B/0014 stringCheck/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## You are given an array with two strings. Write a function to check all the letters present in the second string is also present in the first string,ignoring the case.The function should return a boolean.
2+
### eg: stringCheck(["React","cat"]) should return true
3+
### stringCheck(["tab","tan"]) should return false

0 commit comments

Comments
 (0)