Frontend Almanac
1.44K subscribers
1 photo
1 video
26 links
Author’s channel by Roman Maksimov. Web developer since 2006.
Download Telegram
#javascript #v8
Learning any programming language begins with the basic principles of concepts. One such basic question is data types. Specifically in JavaScript, a lot has already been written and told about this in the public environment. However, I found that all available materials are based on the official language specification. At the same time, almost nothing is said about how working with data is implemented in practice in a real JS engine. Well, let's fix this annoying nuisance in my article
https://blog.frontend-almanac.com/p14TDUH-R4o
#javascript #v8
Some time ago, I published articles on "Deep JS. In memory of data and types." The article turned out to be very popular, so I decided to publish a series of articles about the JS and V8 engine in particular.

In the next article, we'll talk about scopes and how variables are declared in memory

https://blog.frontend-almanac.com/4q2JxpUOpAt