Exercise 6.8
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
const test = function(val){
|
||||||
|
console.log(val);
|
||||||
|
}
|
||||||
|
test('hello 1');
|
||||||
|
|
||||||
|
function test1(val){
|
||||||
|
console.log(val);
|
||||||
|
}
|
||||||
|
test1("hello 2");
|
||||||
Reference in New Issue
Block a user