I came across the following line hsb.s = max != 0 ? 255 * delta / max : 0; What do the ? and : mean in this context? 8 Answers 8 Tags: conditional-operatorjavascriptoperatorssyntax