Mutations, mutations, mutations galore

I started by retrieving the two strings
then made them lowercase,
strings are array like objects
so you can iterate through them
with a for( ; ; ) loop,
you can also use the includes
method on string s.
Enough clues ?