Depth buffer store depth value and that determines if the fragment is in front or not. Likewise, the color buffer stores the color value of the fragment which is visible...
Tag: Web Development
Beginners, Interview, JavaScript
JavaScript typeof Operator & Results list
typeof operator returns a string as a result giving the type of an operand. Syntax: typeof operand or, typeof(operand) NUMBER: typeof 11 ---------------- 'number'; typeof(11) --------------- 'number'; typeof(11.11)-------------- 'number'; typeof...
Beginners, Interview, JavaScript
JavaScript Interview #3: What is cookies and Third-party cookies?
Cookies, Local Storage, Session Storage, and Session is a favorite topic for Interviews. It's not possible to include all so this is just about cookies. I will post another article...
Recent Comments