Update 20_day_writing_clean_codes.md

pull/484/head
Abdurrahman Ayyıldız 3 years ago committed by GitHub
parent 4e5ccf57e1
commit e0b2ed1233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -250,7 +250,7 @@ for(const key in person) {
#### Conditional #### Conditional
We say if, if else, if else if else, switch and ternary operators in previous challenges. We see if, if else, if else if else, switch and ternary operators in previous challenges.
```js ```js
// syntax // syntax

Loading…
Cancel
Save