Learn JavaScript on the Now Platform: Lesson 13 - The switch statement

preview_player
Показать описание
"In this lesson you'll learn about the switch statement. This is a cleaner way to do if/else if/else if/else on the same variable.

Рекомендации по теме
Комментарии
Автор

Where place or blog found all Notes that He had?

caroco
Автор

Hi Chuck, I have not found the script in the github, could you please add the link below so that will get the related code.
thank you.

Aishu_Reyansh
Автор

Hey Chuck,
I tried to apply switch over reference field.
{
// Callback function of Get reference
var event = }

Switch (event) {
// Cases and default value defined }

It is fetching only default value.

kuchbhi
Автор

since case 4: is not true why would it set the message to 'high'?

DevanshuKaHR