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