ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

515 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,553 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

4 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

731 views

2 years 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

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

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,454 views

4 years ago

Computer Programming Tutor
JavaScript switch Statement

Short video's tutorial for beginners #javascript $jsp #java @stebaninfotech JavaScript switch Statement Switch statement is used ...

2:55
JavaScript switch Statement

13 views

3 years ago

Computer Programming Tutor
JavaScript Switch Statement

Join this channel to get access to perks: https://www.youtube.com/channel/UCx39pl0-phhYyriww_uD1-w/join JavaScript Switch ...

1:29
JavaScript Switch Statement

17 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

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,642 views

2 years 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

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

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 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

931 views

1 year 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,597 views

1 year 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

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,329 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

Everyday Be Coding
Control Flow and Loops in JavaScript - #6 @Everyday-Be-Coding

Chapter : 00:00 introduction 00:37 conditional Statements (if...else) 00:45 switch Statement 01:07 for Loop 01:39 while Loop 01:47 ...

3:06
Control Flow and Loops in JavaScript - #6 @Everyday-Be-Coding

114 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