JavaScript Tutorial #5 | Special Operators {Ternary & Comma}

preview_player
Показать описание
Discussing about ternary & comma operator.

Want to crack any regex problem effortlessly? Check out my Udemy course where you'll get

Credits:-
#JavascriptTutorial #TernaryOperator #CommaOperator #SpecialOperator
Рекомендации по теме
Комментарии
Автор

Please can you explain what's the use of the COMMA Operator in this code:
loan_amt * (i / 12) * Math.pow((1 + i / 12), numMonth) / (Math.pow((1 + i / 12), numMonth) - 1);

luigi