Skip to content

Commit 099489a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: "How ECMAScript Engines Optimize Your Variables"
55
authors: boa-dev
66
---
77

8-
In this post we dive into how ECMAScript engines store variables.
9-
We go over storage optimizations and learn about scope analysis.
8+
In this post, we will dive into how ECMAScript engines store variables,
9+
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.
1111
If you write your own ECMAScript engine or any interpreter or compiler you might get some implementation ideas.
1212

0 commit comments

Comments
 (0)