Change Content - Javascript

Change html element content using pure javascript author(s): Deepu Mohan Puthrote (WarFox)

by BrankoSabo

HTML

<div id="myelement">Old Text</div>

JavaScript

console.log(["a", undefined,undefined].join(', '))