English, asked by govananna777, 2 days ago

JS test1.js >
1 myFunc()
2 function myFunc() {
3
console.log('Hello, in my func')
4}
5
6
7 var myFuncl=function() {
8
console.log('Hello in my funci')
9}
10 myFunc1()
11​

Answers

Answered by Qboy
0

Answer:

Is this HTML or something?

Similar questions