JSFiddle - React, Tailwind, and code Playground

by yshrkn

JavaScript

var num = 1;
for (var i = 0, i < 5; i++) {
	num += num;
}
console.log(num);