Idea #6 in the JavaScript Idea Series – Word Scrambler
This idea is about taking a word that you enter and scrambling it. Perhaps you could take this idea and turn it into a game or some sort of spelling lesson. This code, I think, goes a little bit past the beginner stage. It involves manipulation of arrays and a for loop but the total amount of code is still rather minimal. Study it – learn something – and then share some ideas you have for this concept – I would love to hear them.
I was thinking of an interaction where a list of words are scrambled by this code as soon as you enter the slide. Then learner would need to unscramble each word? (Like the exercises you see in grade schools, but it might also be a good way to reinforce the terminology required for certain technical tasks.)
You must be logged in to post a comment.