Javascript is a weird and wonderful language that lets us write some crazy code that's still valid. It tries to help us out by converting things to particular types based on how we treat them. If we add a string to something, it'll assume we want it in text form, so it'll convert it to a string for us. If we add a plus or minus prefix to something, it'll assume we want its numerical representation

