variable types javascript by Agustin Gomez November 19, 2021 JavaScript var a =0; alert(a); a ="text"; alert(a);