Log in

View Full Version : How to create a javascript spellchecker


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"}

CDavis10
Oct 9, 2013, 07:10 AM
By the way, he is not looking for super complex code. Just something simple. I'm not building some complex program to spell check everything this is just a small exercise for practicing java script.