CDavis10
Oct 9, 2013, 07:03 AM
I have an assignment in Software development and this is one of the problems:
Create a spell check dictionary as a Javascript object in the following manner:
{"teh":"the", "wierd":"weird", "alot":"a lot", "definately":”definitely", "mispell":"misspell", "untill":"until"}
Create a spell check dictionary as a Javascript object in the following manner:
{"teh":"the", "wierd":"weird", "alot":"a lot", "definately":”definitely", "mispell":"misspell", "untill":"until"}