Promise method check

Run Settings
LanguageJavaScript
Language Version
Run Command
function promiseCB( cb ){ console.log( typeof cb ); } function normalCB( cb ){ console.log( typeof cb ); } function promise(){ return new Promise(function(resolve, reject) { promiseCB( reject ); normalCB( function(){} ); }); } promise();
Editor Settings
Theme
Key bindings
Full width
Lines