Chrome JavaScript developer console: Is it possible to call console.log() without a newline? -
i'd use console.log() log messages without appending new line after each call console.log(). possible?
no, it's not possible. you'll have keep string , concatenate if want in 1 line, or put output elsewhere (say, window).
Comments
Post a Comment