Skip to content

Commit

Permalink
🐛 FIX: Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Apr 22, 2019
1 parent 8cc25c8 commit dd24dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ if (ahmad) {
} else if (awais) {
console.log('Awais is making 🦄 Shades of Purple');
} else {
console.log(`${ hello } In the middle of no where!`);
console.log(`${hello} In the middle of no where!`);
}

0 comments on commit dd24dba

Please sign in to comment.