Skip to content

Commit 4e02c61

Browse files
raskadnekevss
andauthored
Update blog/2024-10-01-local-variables.md
Co-authored-by: Kevin Ness <[email protected]>
1 parent 099489a commit 4e02c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2024-10-01-local-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors: boa-dev
77

88
In this post, we will dive into how ECMAScript engines store variables,
99
go over storage optimizations, and learn about scope analysis.
10-
If you are an ECMAScript developer you will get some practical tips to improve the performance of your code.
10+
If you are an ECMAScript developer, you will get some practical tips to improve the performance of your code.
1111
If you write your own ECMAScript engine or any interpreter or compiler you might get some implementation ideas.
1212

1313
<!--truncate-->

0 commit comments

Comments
 (0)