OtherJavascript's null-undefined-NaN definitions and differencesIn JavaScript, null, NaN, and undefined are strange falsy values unique to JavaScript that do not…June 01, 2023 1 min
OtherHandling div popup window using jQueryLet's handle a div pop-up window to open until a specific date using jQuery. And implement the…April 27, 2023 1 min
OtherjQuery latest CDN address (Google, MS, cloudflare, jQuery official website)When using jQuery, it is usually downloaded to the server and used by following the link. However…April 27, 2023 1 min
OtherCaching functions with JavascriptLet's reduce execution time by caching functions that take a long time to execute in JavaScript…April 26, 2023 1 min
OtherGradle install for windows users1.Prerequisites Gradle runs on all major operating systems and requires only a Java JDK or JRE…January 29, 2023 1 min