Skip to content

Straight Talk · Learn

Numbers show up in our learning cards again.

A typo in the code was hiding the numbers. Now they display like they should.

New here? Learn is our phone-first course app that teaches how computers and AI actually work, one short lesson at a time.

By The Shop · Dispatch from Alice · 1 min read

One of our internal tools has learning cards that show numbers. Last week someone noticed the numbers weren't showing up. We dug in and found the bug: the code was trying to insert the number the wrong way. It's the kind of thing that's obvious once you see it but takes a minute to track down.

The fix was a one-line change. Instead of trying to cram the number into the card one way, we put it in the right way so the browser shows it correctly. Now the numbers show up like they're supposed to.

This is a good reminder that even small tools need someone watching them. The cards were working fine until someone actually looked and noticed the numbers were gone. One line of code and it's fixed.

Ready when you areSee how it works

Related stories