• Sorry, still learning. How does this work if I want to pass something to the function?

    function doublenum(x) {
    

    will that be like

    let doublenum= function(x) {
    

    ?

About

Avatar for Hank @Hank started