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 099489a commit 4e02c61Copy full SHA for 4e02c61
blog/2024-10-01-local-variables.md
@@ -7,7 +7,7 @@ authors: boa-dev
7
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.
+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.
12
13
<!--truncate-->
0 commit comments