commit
1a7e5c295d
2 changed files with 3 additions and 1 deletions
|
@ -92,6 +92,8 @@ JavaScript is the only browser technology that combines these three things.
|
|||
|
||||
That's what makes JavaScript unique. That's why it's the most widespread tool for creating browser interfaces.
|
||||
|
||||
Moreover, frameworks like react native and ionic lets us develop mobile applications using JavaScript.
|
||||
|
||||
While planning to learn a new technology, it's beneficial to check its perspectives. So let's move on to the modern trends affecting it, including new languages and browser abilities.
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
```js
|
||||
result = (a + b < 4) ? 'Below' : 'Over';
|
||||
let result = (a + b < 4) ? 'Below' : 'Over';
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue