A plain JS demo of the Monty Hall problem
I haven’t used Javascript/ECMAscript much before - did learn the basics in my CompSci undergrad, and used a little JSX when at Kogan, but I was never that into frontend dev stuff. Trying to revise it today, I wrote this JS implementation of the “Let’s Make a Deal” game at the center of the “Monty Hall problem“.