Skip to content

Commit

Permalink
don't use the locale
Browse files Browse the repository at this point in the history
  • Loading branch information
adiguba committed Dec 4, 2024
1 parent 3481857 commit 35c1bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p>Without text expression: 7.36</p>
<p>With text expression: {7.36}</p>
<p>With text expression and function call: {(7.36).toLocaleString()}</p>
<p>With text expression and function call: {(7.36).toString()}</p>
<p>With text expression and property access: {"test".length}</p>
<h1>Hello {('name').toUpperCase().toLowerCase()}!</h1>
<p>{"test".length}</p>
Expand Down

0 comments on commit 35c1bcb

Please sign in to comment.