Похожие чаты

If we write multiple conditions in if block, example: ` if(myCondition && myOtherCondition

|| myAnotherCondition) {
//block
}
`
Are these conditions checked left -> right or right -> left ?

1 ответов

5 просмотров

it's like maths. it's always left -> right unless u hv paranthesis

Похожие вопросы

Карта сайта