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 b4f6731 commit dc81ea2Copy full SHA for dc81ea2
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