Skip to content

Commit

Permalink
Update expressions-logical-or-assignment.js
Browse files Browse the repository at this point in the history
Missing dot in expected output

So as not to frustrate the reader, this operator is not a variation of the trim method
  • Loading branch information
artemshar authored Jun 22, 2024
1 parent 2245adc commit 5209ede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ console.log(a.duration);

a.title ||= 'title is empty.';
console.log(a.title);
// Expected output: "title is empty"
// Expected output: "title is empty."

0 comments on commit 5209ede

Please sign in to comment.