c9 test
This commit is contained in:
parent
c72d6f0a4a
commit
fea0f353c7
|
|
@ -100,7 +100,7 @@ main(){
|
||||||
// Named, positional and splated arguments, with default values.
|
// Named, positional and splated arguments, with default values.
|
||||||
// Arrow functions.
|
// Arrow functions.
|
||||||
Object Profile(String firstName, String secondName, String country = "Russia", Array skills..., age:, petName: "Tux"){
|
Object Profile(String firstName, String secondName, String country = "Russia", Array skills..., age:, petName: "Tux"){
|
||||||
skills.forEach((val) => val == "JavaScript" && console.log("JavaScript - It Awesome!"));
|
skills.forEach((val) => val == "JavaScript" && console.log("JavaScript - It's Awesome!"));
|
||||||
return {
|
return {
|
||||||
firstName, secondName, age, country, skills, petName
|
firstName, secondName, age, country, skills, petName
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user