javascript-snippets Vanilla javascript snippets for easy use let intVal = getInputValueAsInt(formElement); console.log(typeof intVal); let val = copyToClipboard(element); console.log(val); if(!isBrowserTabInView()){ alert('Where are you going to?') }