Skip to content

Commit

Permalink
chore(es6-syntax): rearrange username and password for consistency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanDevelops authored Nov 27, 2023
1 parent 982dd72 commit 2e10756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/additional-info/es6-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ console.log(

```js
// template literals
console.log(`Your password is: **${password}**.`);
console.log(`Your username is: **${username}**.`);
console.log(`Your password is: **${password}**.`);

console.log(`1 + 1 = ${1 + 1}`);

Expand Down

0 comments on commit 2e10756

Please sign in to comment.