Tool

Code Editor

editor.js
// Start typing your code here
function hello() {
  console.log('Welcome to ToolGrid');
}

hello();

Output

Welcome to ToolGrid