Skip to content

Instantly share code, notes, and snippets.

@Sarghm
Last active November 28, 2020 22:51
Show Gist options
  • Save Sarghm/6cc63c9d47a20c19f58dd19ea751cbd5 to your computer and use it in GitHub Desktop.
Save Sarghm/6cc63c9d47a20c19f58dd19ea751cbd5 to your computer and use it in GitHub Desktop.
function multiply(value) {
return value * 2;
}
var myNumber = multiply('2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment