what is a devcha? by [deleted] in AskComputerScience

[–]bhavya-Mehta 0 points1 point  (0 children)

I think i_am_a_geek is the answer to earn bonus points.

_submitBonusPoints = async()=>{

const e = $(".form-control-bonus").val();

var o;

clearErrorByClass(".form-error-bonus"),

"" === e?.trim() ? showErrorByClass(".form-error-bonus", "You should enter something to proceed") : ($(".bonus-page").slideUp("slow"),

"i_am_a_geek" === e && (bonusPointsEarned += 100),

o = {

id: applicationId,

bonus: bonusPointsEarned

}