Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9118e3b

Browse files
authored
Update e1-helloworld.js
1 parent dadcaa0 commit 9118e3b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Week1/homework/js-excercises/e1-helloworld.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,14 @@ const hello= ['hello world', 'halo Dunia', 'hola mundo', 'Bonjour le monde',
55
'hej varlden', 'مرحبا بالعالم'];
66

77
console.log(hello);
8+
9+
console.log('hello world')
10+
console.log('halo Dunia')
11+
console.log('halo mundo')
12+
console.log('bonsjour le monde')
13+
console.log('ハロー・ワールド')
14+
console.log('hallo wereld')
15+
console.log('ciao mondo')
16+
console.log('witaj swecie')
17+
console.log('hej varlden')
18+
console.log('مرحبا بالعالم')

0 commit comments

Comments
 (0)