Webbjocke site logo
  • Home
  • Posts
    • Learn javascript
    • Latest posts
    • Projects
  • About
  • Contact
  • Downloads
  • Sitemap
Home » Expressions

Tag Archives: Expressions

How switch works in javascript

Posted on 28 August 2015 by Webbjocke - Updated 22 June 2017

Switch is a statement in javascript that's used to control the data flow in programs. With other words to be able to decide what should happen from different cases or actions. Basically the same way one does with if and else, which most people probably are familiar with by now. They work in similar ways..

Read more..

Category: Javascript Tags: Expressions, Javascript, Switch

If, else and else if in javascript

Posted on 26 June 2015 by Webbjocke - Updated 19 June 2017

What if and else is The statements if and else in javascript means exactly what they sound like, if something is true do this, or else do something else. Both these statements are used very often in the language in order to control programs data flow. Often when coding you want to be able to..

Read more..

Category: Javascript Tags: Booleans, Expressions, If/Else, Javascript, Learn javascript

Javascript expressions and booleans

Posted on 15 June 2015 by Webbjocke - Updated 18 June 2017

Expressions In javascript there's something one should know about before learning about booleans. That's expressions which is sort of a collection name for all types of code that results in a value. For example the statement x = 5; is an expression. What happens when the variable x is assigned the value is that first..

Read more..

Category: Javascript Tags: Booleans, Expressions, Javascript

Webbjocke © 2025

  • Home
  • Posts
  • About
  • Contact
  • Downloads
  • Privacy
Sitemap