> var d = null undefined > "\"" + d == null ? "" : d.toString() + "\"" Uncaught TypeError: Cannot read properties of null (reading 'toString')