console.log("functionOne", "A", varA, "B", varB, "C", varC);
dumnezero
- 2 Posts
- 2 Comments
Joined 11 months ago
Cake day: November 27th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
While that works, of course, I avoid doing object construction or other logic beside some string concatenation in JS logs. And those string literals serve a purpose as semantic markers, not just as separators.