Day 1: if else

In Java, if-else is a control flow statement used to execute certain blocks of code based on whether a condition is true or false. Syntax: ⛶if (condition) { // Code to execute if conditi...
0 Read More

Important Interview Questions

Important Interview Questions
Importanat Interview questions Event Loop In Depth UseCallBack UseMemo React.memo useRef Event Loop Javascript is an asynchronous , single threaded & non-blocking language.It is non-block...
0 Read More

Don't Abuse Lerp!

Don't Abuse Lerp!
Many game development environments, including Unity, Godot, and Mini Micro, include a lerp function. lerp stands for "Linear Interpolation", and it is easy to define: ⛶lerp = function(x0, x1, t) ...
0 Read More