clear the console while in strict mode

JavaScript
'use strict';
process.stdout.write('\x1Bc'); 
Source

Also in JavaScript: