mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
|
|
function foo(name, age) {
|
||
|
|
return 'The person known as "' + name + '" is ' + age + ' years old';
|
||
|
|
}
|