JavaScript vom variablen Typ testen

if(typeof bar === 'string') {
   //whatever
}
CollectiveMind