| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,3 +6,12 @@ If any of the value is of string type and it's added to other values | |||
| 6 | 6 | JS will first automatically convert the other values to a string | |
| 7 | 7 | And then they are altogether concatenated giving an entire string as output | |
| 8 | 8 | */ | |
| 9 | + const javascript = 'fun'; | ||
| 10 | + console.log(`JavaScript is indeed ${javascript}`); | ||
| 11 | + | ||
| 12 | + const haveMoney = true; | ||
| 13 | + if(haveMoney){ | ||
| 14 | + console.log(`Buy a Lamborghini !!... And that's how you should live!!`); | ||
| 15 | + } else{ | ||
| 16 | + console.log(`Go by train ;(`); | ||
| 17 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments