Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 442 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 442 Bytes

Is this a word?

to check if a sequence of char is a word.

Use

First reference this script, using this line.

<script src="https://isthisaword.bloggernepal.com/words.js"></script>

file size: 4.6 MB

Then call isThisAWord(word), to check

 let response = isThisAWord("Time");
 if(response){
     //is word
 } else {
     //is not a word
 }

Links

words Data From