1
2
3
4
5
function
isLongString(hoge:
string
):
boolean
{
console.log(hoge);
return
hoge.length >
10
;
}
Enter to Rename, Shift+Enter to Preview