js blank string code example Example: empty string in javascript var s; // undefined var s = ""; // "" s.length // 0