Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
Du meinst NaN (not a number).Hallo,HTML:var zahl=document.formular.value
ich möchte einen String in eine Zahl wandeln..
habe ich mit obigen Code gemacht .. klappt auch
wenn aber im String ein Buchstabe ist, dann soll der Zahlenwert 0 betragen. Das klappt nich, stattdessen erhalte ich NoN
var zahl = (document.formular.value * 1) || 0;