$ npm run dev
> next dev

Compiling...

[1] Starting development server...
[2] Connecting to database...
[3] Listening on http://localhost:3000

const user = await getUser();
console.log('Welcome to IT-Community!');

function sum(a, b) {
  return a + b;
}

sum(42, 27); // 69
Back to Forums

JavaScript

JavaScript programming language

Posts tagged with "JavaScript"
Showing 1 posts with this tag
GO

I Reviewed 30+ MERN Stack Fresher Portfolios — Here Are the 7 Mistakes That Keep Appearing

by goku69222596•
Programming & Development
0 votes
0 replies
5 views
2 hours ago