Skip to content

Commit 72b76a1

Browse files
authored
Updated summary section
Changes to keep the style of the summary section true to the english version.
1 parent 2d70809 commit 72b76a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

1-js/02-first-steps/06-type-conversions/article.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ alert(Boolean(0)); // false
114114
alert(Boolean("γεια")); // true
115115
alert(Boolean("")); // false
116116
```
117-
118-
117+
````
119118
120119
## Περίληψη
121120

0 commit comments

Comments
 (0)