Create a function spellInteresting,
which puts on the screen,
i, n, t and so on, which is
the full spelling of the word interesting
in different lines.
Next, create another function
spellBoring,
which puts on the screen,
b, o, r and so on, which is
the full spelling of the word boring
in different lines.
All letters should be in lower case.
After creating the two functions,
also execute them, so we can
see the messages in the console.