Skip to content
Open

Task 2 #1172

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/hasbiy_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const id = 'HNG-01932';

const email = '[email protected]';

const language = 'javascript';
const language = 'JavaScript';

console.log("Hello World, this is " + name + " with HNGi7 ID " + id + " and email " + email +
console.log("Hello World, this is " + name + " with HNGi7 ID " + id +

" using " + language + " for stage 2 task")
" using " + language + " for stage 2 task email " + email)