Pro tip: if your tests rely on a value that isn't hard-coded, add an assertion that the value is what you expect.
Makes figuring out why tests fail much easier
#JavaScript#CodeNewbie
Hate wrangling linters so they stop complaining about unused globals when writing Mocha tests?
Just import the Mocha hooks you use
#JavaScript#CodeNewbie
Here's a method we use to compute the total cost of all items in a cart using vanilla JavaScript.
No lodash, just use `.toFixed(2)` to round to 2 decimal places
#JavaScript#VueJS#CodeNewbie
Real talk about MDX: don't people know that you can write HTML and JavaScript in plain old Markdown, no additional transpiler required?
Or do people really just like wasting time building unnecessary tools? 🤔
#DevDiscuss#DevTwitter#100DaysOfCode
Markdown is the de facto language for tech writing.
Is there a mailing list that supports Markdown? Like Substack or Revue, but write your emails in markdown? 🤔
#JavaScript#100DaysOfCode