Skip to content

Instantly share code, notes, and snippets.

@Sarghm
Last active November 28, 2020 22:51
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