I\'ve seen a lot of different styles (and few different methods) of creating elements in jQuery. I was curious about the clearest way to build them, and als
Simplest way of doing this -
var optionsForLength = 'Kilometre'+ 'Metre'+ 'Centimetre'+ 'Milimetre'+ 'Micrometre'+ 'Nanometre'+ 'Mile'+ 'Yard'+ 'Foot'+ 'Inch'+ 'Nautical mile';