New File Save Run Debug AI Assist Plugins
Toggle Theme Settings Profile

File Explorer

  • 📁 src
    • 📄 main.js
    • 📄 app.js
    • 📄 styles.css
  • 📁 tests
    • 📄 test_app.js
  • 📄 package.json
  • 📄 README.md

Git

Branch: main

2 modified files

1 new file

// Welcome to Dev.AI IDE // Start coding here... function greet(name) { return `Hello, ${name}!`; } console.log(greet('Developer'));

AI Pair Programming

Consider using arrow functions for better readability and conciseness.

Collaborators

JD
John Doe
AS
Alice Smith

Code Metrics