A Pen by badatyajugal89-glitch on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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 |
A Pen by badatyajugal89-glitch on CodePen.
A Pen by badatyajugal89-glitch on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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" /> |
NewerOlder