DEV Community

Cover image for Rename that identifier. Quick tip.
Eric
Eric

Posted on

2

Rename that identifier. Quick tip.

Hit F2 with your cursor on the word to rename a variable, function, etc.
Most editors have this feature.

Top comments (0)

This post blew up on DEV in 2020:

js visualized

🚀⚙️ JavaScript Visualized: the JavaScript Engine

As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! 🥳

Happy coding!