Skip to content

Commit c2e3e60

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

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
@@ -8,7 +8,7 @@ authors: boa-dev
88
In this post, we will dive into how ECMAScript engines store variables,
99
go over storage optimizations, and learn about scope analysis.
1010
If you are an ECMAScript developer, you will get some practical tips to improve the performance of your code.
11-
If you write your own ECMAScript engine or any interpreter or compiler you might get some implementation ideas.
11+
If you write your own ECMAScript engine or any interpreter/compiler, you might get some implementation ideas.
1212

1313
<!--truncate-->
1414

0 commit comments

Comments
 (0)