Sweet JavaScript

Are you looking for a reason to say JavaScript is a sweet language? Just this single line means love:

parseInt("100helloWorld");

The output? 100 as an Integer. JavaScript would parse the string character by character until it reaches to something which can not be considered as a number.