Skip to content

Instantly share code, notes, and snippets.

@sayham-sjb
Created April 8, 2018 07:13
Show Gist options
  • Save sayham-sjb/8e607a36b3d7e0aa170aabb63f7a21d8 to your computer and use it in GitHub Desktop.
Save sayham-sjb/8e607a36b3d7e0aa170aabb63f7a21d8 to your computer and use it in GitHub Desktop.
CharacterCounter #VS #js
function chrCntMtd(what) {
var FormCntChrWrd = what.form.chrCntTxt.value;
what.form.disChrCnt.value = FormCntChrWrd.length;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment