DEV Community

Discussion on: Welcome Thread - v103

Collapse
 
ishan25j profile image
Ishan Joshi • Edited

import {name, skills, passion} from './myself';

console.log(`Hello guys, I'm ${name}, a 19 old student currenting pursing B.Tech in computer engineering. I got skills in ${skills} and my passion is in ${passion}`);
Enter fullscreen mode Exit fullscreen mode

OUTPUT:

Hello guys, I'm Ishan Joshi, a 19 old student currenting pursing B.Tech in computer engineering. I got skills in MERN and MEAN stack development and my passion is in software development.```

Enter fullscreen mode Exit fullscreen mode