One Line If Statement In JavaScript

Pubblicato il: 05 marzo 2023
sul canale di: Coding with Josh
883
15

#shorts #javascript #coding #ifstatement

Ever wondered how to do a one line if statement? It's easy but looks a little strange at first.

Copy this into your editor and see what happens. Here you go:
console.log(1 == 2 ? true : false)

The criteria we are checking is if 1 == 2. The question mark states what to do if it is true, and the colon tells the program what to do if it is false. In this case I am just returning true or false.


In questa pagina del sito puoi guardare il video online One Line If Statement In JavaScript della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Coding with Josh 05 marzo 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 883 volte e gli è piaciuto 15 spettatori. Buona visione!