Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
New output
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinManni committed Jun 4, 2020
1 parent b4dfa9a commit fe33338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/melvinScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ const hng_id = 'HNG-01617';
const email = '[email protected]';
const language = 'JavaScript';

let output = `Hello World, this is ${name} with HNGi7 ID ${hng_id} using ${language} for stage 2 task`;
let output = `Hello World, this is ${name} with HNGi7 ID ${hng_id} using ${language} for stage 2 task email ${email}`;

console.log(output);

0 comments on commit fe33338

Please sign in to comment.