What's wrong with this code?

i++ shouldn't have double quotes surrounding itNothing's wrong with the codeThe condition is in the wrong placeconsole.log(i + "."); isn't valid code

i++ shouldn't have double quotes surrounding it.