Skip to content

Instantly share code, notes, and snippets.

View badatyajugal89-glitch's full-sized avatar

badatyajugal89-glitch

View GitHub Profile
@badatyajugal89-glitch
badatyajugal89-glitch / script.js
Created December 23, 2025 06:26
TASK (11-14)
"TASK-11"
console.log('A' - 1); // NaN
console.log('A' + 1); // "A1"
console.log(2 + '2' + '2'); // "222"
console.log('hello' + 'world' + 89); // "helloworld89"
console.log('hello' - 'world' + 89); // NaN
console.log('hello' + 78); // "hello78"
console.log('78' - 90 + '2'); // "-122"
console.log(2 - '2' + 90); // 90
@badatyajugal89-glitch
badatyajugal89-glitch / script.js
Created December 20, 2025 04:36
TASK (11-14)
"TASK-11"
console.log('A' - 1); // NaN
console.log('A' + 1); // "A1"
console.log(2 + '2' + '2'); // "222"
console.log('hello' + 'world' + 89); // "helloworld89"
console.log('hello' - 'world' + 89); // NaN
console.log('hello' + 78); // "hello78"
console.log('78' - 90 + '2'); // "-122"
console.log(2 - '2' + 90); // 90
@badatyajugal89-glitch
badatyajugal89-glitch / script.js
Created December 19, 2025 06:39
TASK (11-14)
"TASK-11"
console.log('A' - 1); // NaN
console.log('A' + 1); // "A1"
console.log(2 + '2' + '2'); // "222"
console.log('hello' + 'world' + 89); // "helloworld89"
console.log('hello' - 'world' + 89); // NaN
console.log('hello' + 78); // "hello78"
console.log('78' - 90 + '2'); // "-122"
console.log(2 - '2' + 90); // 90
<!doctype html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shopping Store</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="/_sdk/element_sdk.js"></script>
<style>
body { box-sizing: border-box; font-family: Arial, sans-serif; }
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amazon Style Store</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="/_sdk/element_sdk.js"></script>
<style>
body {
@badatyajugal89-glitch
badatyajugal89-glitch / index.html
Created November 29, 2025 14:59
Netflix Clone
<title>Netflix India - Watch TV Shows Online, Watch Movies Online</title>
<header>
<nav class="navbar">
<div class="navbar__brand">
<img decoding="async" src="https://www.freepnglogos.com/uploads/netflix-logo-0.png" alt="logo" class="brand__logo" />