Software programing
Open in Telegram
This is a channel which gives tutorial on different programming languages, android tips and tricks best apps etc...
Show more1 471
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
1 471
If you are out energy on shadow fight android game adjust the time jumping one hour then the energy is fullπ
π’π
π’
1 471
3)if else if conditional
This conditional is used to execute a block of code with more than one condition.
The syntax is:
if (condition) {
Code block}
else if(condition) {code block}
The code will execute the second condition if the first one is not true.
1 471
2)if else conditional
The if else condition is used to execute a block of code if the provided condition is false.
Example:
var a=3
if(a>4){alert("true")}
else{
alert("false")}
Since the the variable doesn't fulfil the condition it output's false that is written in the else braces.
1 471
1)if conditionals
The if conditionals are used to execute a block of code if some conditions are true. The syntax of the if conditional is:
if (condition) {code block}
Let's see an example
var a=3
if(a>0) {
alert("a is greater than 0");}
Since variable a is greater than 0 the program will execute what is written in the alert box coding.
1 471
Last time I wrote about #js_conditionals but it was not in understandable way since there are some HTML tags inserted to increase the performance of the channel however they were not effective and am sorry about that.
1 471
And those of you who want to see your result as a PDF file can give me ur admission number @Fikire2
1 471
Hello guys matrik result officially released and of u many to see ur result go to......
1 471
There are 3 types of conditionals with JavaScript. They are:-
1)if conditional
2)if else conditionals
3)if else if conditionals
1 471
Today I will show u how to work with conditionals.
πππππππππ
1 471
#camera
U can use it to test if ur TV remote battery is dead or not by simple capturing the bulb thing on the remote.
