dashboard
repositories
filestore
activity
search
login
main
/
moral_manage
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Merge branch 'feature_1.0'
quanyawei
2024-07-09
4632427b1483a8497b636722ceeaed7f1c3cf1d9
[moral_manage.git]
/
greeter.ts
1
2
3
4
5
6
function greeter(person){
return "Hello, "+ person;
}
let user = "jane User";
document.body.innerHTML = greeter(user)