Curso de Javascript #07 - IF - ELSE

#cfbcursos #javascript #programmingcourse Javascript Course #07 - IF - ELSE Link to this video:    • Curso de Javascript #07 - IF - ELSE   In any programming language, it's extremely important to be able to analyze certain content or results to direct the execution of our program and determine which routine to execute. The main decision structure in programming is defined by the IF statement, which translates from English as IF, its basic syntax is quite simple and I will show it below. if(logical test){ /commands to be executed if the test is true } In this syntax, the IF checks the result of the "logical test" and if it is true, it executes the commands between its curly braces { }, otherwise, if it is false, the commands will not be executed and it will skip to the next instruction after the IF. The first point to note in this Javascript course is that Java and Javascript are not the same thing; there is no relation between the two languages. Javascript is classified as a cross-platform language, meaning that Javascript is not exclusive to the web. A good example of this is that Javascript is also used as a language in Unity3D. In this course, we will learn Javascript for the web, creating scripts to enhance web pages alongside HTML code. HTML + HTML5: https://goo.gl/nkEFd9 CSS3: https://goo.gl/Aywzrj Javascript: https://goo.gl/HK3ZYn PHP + MySQL: https://goo.gl/5eFh1M Channel website: http://cfbcursos.com.br Support our channel: Any amount using PIX: [email protected] Course page on the website: http://cfbcursos.com.br/cursos-cfb/ Emails: [email protected] [email protected] Other Links: Video Support our channel:    • Video   YouTube channel:    / canalfessorbruno   Instagram: Instagram: instagram.com/cfbcursos or @cfbcursos Twitter: @cfbcursos Facebook: www.facebook.com/canalfessorbruno YouTube:    / canalfessorbruno   Crowdfunding: https://www.vakinha.com.br/vaquinha/m... https://www.vakinha.com.br/vaquinha/i... Production: Bruno P. Campos / CFB Cursos Editing: Bruno P. Campos / CFB Cursos Standard YouTube License