JSFiddle - React, Tailwind, and code Playground

by shapeshifta

JavaScript

var str = '330';

alert(~~str + 1);
alert(--str + 3);