Weird JavaScript: Why do you get an empty string when you add arrays?
Reading Time: 2 minutesI’m going to have an occasional series about weird stuff in JavaScript. Let’s kick this off with a weird question: Why is it that when you have [] + [], you get an empty string (”) ? Isn’t this against the law?


