JKJagan kumar ganireddyintheviewofjagan.com·Mar 30, 2024 · 1 min readJavaScript Basics for React Js.Variables in JavaScript. Example explaination : In the Above Example, Glass stores water in it , similarly Variables stores value in it. Definition : variables are simply names ,that stores values and the points out to a memory location . As...00
JKJagan kumar ganireddyintheviewofjagan.com·Oct 13, 2023 · 1 min readOptimsed " prime number "Prime Number : A Whole Numer (any number between zero to infinity, not including decimals or fractions eg:1,2,...∞ ) that has factors only 1 and itself. // JAVA code Prerequestis : If you have an idea of how to code...00