Skip to content

Commit 11726a5

Browse files
authored
Merge pull request #9 from writeonk/js-ex-2
remove unused file and rename the files as per js rules
2 parents e9725d5 + 8a3b93d commit 11726a5

File tree

5 files changed

+0
-6
lines changed

5 files changed

+0
-6
lines changed
File renamed without changes.

practice-examples/03-operators-exp

Whitespace-only changes.

practice-examples/practice_1.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ console.log(a+b)
44

55
console.log(typeof a)
66

7-
87
const a1 = {
98

109
name : 'kunal',
@@ -27,9 +26,6 @@ const dictionary = {
2726
}
2827

2928
console.log(dictionary)
30-
3129
console.log(typeof (dictionary))
32-
3330
console.log(dictionary.appricate)
34-
3531
console.log(dictionary['happy'])

practice-examples/test.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)