ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

482 results

makigas
☕ The Java switch is smarter than it looks

Switch expressions have been available in Java for a few years now. Unlike older switches, you don't need to use a "break ...

0:56
☕ The Java switch is smarter than it looks

13,524 views

9 months ago

Reza Attar
Simplify Your Code with Switch Statements in JavaScript

In this video, I talk about how using too many if/else conditions can pollute our code in JavaScript. I explain that there's another ...

0:43
Simplify Your Code with Switch Statements in JavaScript

758 views

3 months ago

Alpaca Tech
Deja de Usar SWITCH en tu Código. Prueba ESTA ALTERNATIVA

¿BUSCAS DESCUBRIR CÓMO PUEDES MEJORAR TU CÓDIGO DEJANDO DE UTILIZAR EL CLÁSICO SWITCH CASE?

2:44
Deja de Usar SWITCH en tu Código. Prueba ESTA ALTERNATIVA

727 views

2 years ago

Everyday Be Coding
Switch Case Statements in JavaScript - #8 @Everyday-Be-Coding

JavaScript Full Playlist : https://www.youtube.com/watch?v=U0I3bX04voI&list=PLdnPqkBptCEI6d2VdRlspjIU_SSyhrWHP The ...

2:31
Switch Case Statements in JavaScript - #8 @Everyday-Be-Coding

37 views

1 year ago

Programming threads
Python vs. JavaScript: The Switch Case Showdown

In this video we are going to describe the switch case statement in Python versus the Javascript implementation. We are going to ...

2:24
Python vs. JavaScript: The Switch Case Showdown

159 views

1 year ago

LinkedIn Learning
C++ Tutorial - Using the SWITCH STATEMENT

Learn how to use conditional logic to control the flow of your code with a switch statement. Discover more C++ courses and ...

2:47
C++ Tutorial - Using the SWITCH STATEMENT

18,448 views

4 years ago

Svelte Society
Switch cases in Svelte?! 🤯

Should there be a Switch syntax in Svelte? Full video: https://youtu.be/dB_YjuAMH3o?t=480.

0:32
Switch cases in Svelte?! 🤯

24,627 views

2 years ago

CS50
switch

But if you have a finite list of values that you're checking for, a switch statement may very well make your code more explicit, ...

3:13
switch

74,556 views

12 years ago

Bill Moseley, Ph.D. - Computer Science Educator
JavaScript (Fall 2024) Module 5-9: switch Statements Branching

JavaScript for Beginners, JavaScript for students, free JavaScript course. Learn to Program, Learn to Code This video is part of a ...

2:44
JavaScript (Fall 2024) Module 5-9: switch Statements Branching

13 views

1 year ago

Raza Code Academy
Mastering Switch Case Control Structure in JavaScript A Complete Guide

Subscribe to my channel: https://bit.ly/41hkJU3 In this video, we'll dive deep into the switch case control structure in JavaScript.

0:31
Mastering Switch Case Control Structure in JavaScript A Complete Guide

923 views

1 year ago

Web Dev With Ron
Unlock More Efficiency: Simplify If Statements with JavaScript Switch!

shorts Learn how to make your long if statements look simpler with JavaScript Switch. This handy tool will let you replace multiple ...

0:41
Unlock More Efficiency: Simplify If Statements with JavaScript Switch!

415 views

2 years ago

Raza Code Academy
Mastering Control Structures in JavaScript A Comprehensive Guide #js #javascript #controlstatements

**Switch Statements**: Discover how switch statements can be used as an alternative to multiple `if-else` blocks. We'll explore the ...

0:22
Mastering Control Structures in JavaScript A Comprehensive Guide #js #javascript #controlstatements

1,587 views

1 year ago

Jakubication
JavaScript Switch With No Break | Common Mistake #shorts

In JavaScript, when you have a switch with no breaks, "fall through" occurs. That is, when one case is true, every case after that ...

0:19
JavaScript Switch With No Break | Common Mistake #shorts

542 views

2 years ago

Jakubication
SyntaxError: Illegal break statement | JavaScript Errors

To correct the JavaScript SyntaxError: Illegal break statement, simply make sure no break statement occurs outside of a loop or ...

0:28
SyntaxError: Illegal break statement | JavaScript Errors

24 views

1 year ago

Sesame Script
Switch Statment

A visual representation of a switch statement in javascript.

1:05
Switch Statment

11 views

7 years ago

2MinutesPy
How to Use Match-Case Statement in Python?

In this video, we will discuss match-case statements and how they can help in writing conditions and pattern checking more ...

2:22
How to Use Match-Case Statement in Python?

7,302 views

1 year ago

Dev Diva
JavaScript For Beginners #46 | Practice Switch Statement

Watch the full JavaScript For Beginners course here: https://www.youtube.com/playlist?list=PLyvkqQwfEWi-JI1iNTMzkIsliIvEjFOxV ...

1:45
JavaScript For Beginners #46 | Practice Switch Statement

8 views

1 month ago

Geekific
Switch Expressions in 1 min | #geekific #switchexpressions #in1min

Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.

1:43
Switch Expressions in 1 min | #geekific #switchexpressions #in1min

1,905 views

4 months ago

Jakubication
JavaScript Conditional Statements

... the basics of conditional statements in JavaScript. You'll learn how to use the if, else if, else, and switch statements to control the ...

1:44
JavaScript Conditional Statements

23 views

2 years ago

Jakubication
JavaScript Jump Statements

JavaScript jump statements include those of break and continue. Break is used to exit a loop completely, and continue is used to ...

1:46
JavaScript Jump Statements

55 views

2 years ago