We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e02c61 commit c2e3e60Copy full SHA for c2e3e60
blog/2024-10-01-local-variables.md
@@ -8,7 +8,7 @@ authors: boa-dev
8
In this post, we will dive into how ECMAScript engines store variables,
9
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.
11
-If you write your own ECMAScript engine or any interpreter or compiler you might get some implementation ideas.
+If you write your own ECMAScript engine or any interpreter/compiler, you might get some implementation ideas.
12
13
<!--truncate-->
14
0 commit comments