• Hi allObjects, try this ;-)

    function lenc(m) {
      "compiled";
      var l = m.length; //length without (), it is not a function
      return l;
    }
    function len() {
      var m = "123.456";
      console.log(lenc(m)); //add m to call
    }
    
About

Avatar for JumJum @JumJum started