Hey guys,
I have 10 inputs been stored to local storage with click action. I need to set to local storage only when the value of input field is more than 0? how would I go about this? javascript on click event seems the option but how would I set to local if value above 0 using Jscript? ive got this far - localStorage.setItem('Storage Variable', "Input text"); and to use a if statement is where I get lost..