JSFiddle - React, Tailwind, and code Playground

by Julian Garcia Castillo

JavaScript

let a = "0"


a += parseInt("3")
console.log(a)