chai mascotchai

Code that moves.

Snapshot your code as states. Press play. Watch it transform — token by token — between every step.

step 01

Start with a loop

function total(items) {
  let sum = 0
  for (const item of items) {
    sum += item.price
  }
  return sum
}

built for chai sips and code walkthroughs