saleban@dev: ~
$
node welcome.js
// Initializing developer profile...
const
developer
=
"Saleban Mohamed"
;
const
passion
=
"Building Amazing Things"
;
console
.
log
(
`Hello World! I'm ${developer}`
)
;
// Compilation successful ✅
✅
Compilation successful
Saleban Mohamed
Full Stack Developer & Digital Creator