Deluge 101 - Part 2, a Zoho Developer Community Learning initiative

Описание к видео Deluge 101 - Part 2, a Zoho Developer Community Learning initiative

In the second part of the Deluge101 series, we discuss Conditional Statements, Operators, and Built-in functions.

Once you finish watching the video, take this little quiz and type out your answers along with its reasoning, as a comment below!

What is the output of the following?
MyName = null;
name = ifNull(MyName,"Not found");
info name;
Null (B) MyName (C) Not found

What is the output of the following?
VarA = "1";
VarB = 1;
VarC = VarA + VarB;
info VarC;
2 (B) 1 (C) 11 (D) error

Note: Deluge101 is a multi-part series that aims to take you through a systematic approach to familiarise yourself with the platform. If you have not registered for this series, here is the link to register - https://community.zoho.com/webinars/d...


Those of you who missed the first part, you can always watch a replay here -    • Deluge 101 - Part 1, a Zoho Developer...  

Комментарии

Информация по комментариям в разработке