SOURCE

function getLength(str){
  return str.length
}
getLength('abc')
getLength()
console 命令行工具 X clear

                    
>
console