Asked by ashlyn
I am doing pre algabra math and I am in 7th grade I need help to simplify the expression
Answers
Answered by
helper
you need to post the expression and someone will help you
Answered by
Adriana
Whats The Math Problem?? Maybe I Can Help..!! :)
Answered by
Helen
math the expression 4(3)+4(3)
Answered by
Zach
4(3)+4(3)
*4 *4
---------
12+12=24
*4 *4
---------
12+12=24
Answered by
DJXjW9xgbW
I don't think you need to care about the performance here. The || oerpator should be slightly faster but compared to the slow DOM code browsers have it is just a drop in the ocean.The expressions are not identical because that would break semantics. When using the ternary oerpator the expression is executed twice. Here is a test case that shows that they are different:var c = 0;function f() { return c++;}var a = f() || a'; // a'var b = f() || b'; // 1// resetc = 0;a = f() ? f() : a'; // a'b = f() ? f() : b'; // 2
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.