๐3โคโ๐ฅ1๐1๐ฅ1
๐3โก1โคโ๐ฅ1๐1
๐3โก1โคโ๐ฅ1๐1
๐2โคโ๐ฅ1โก1๐1๐ฅ1
๐2โคโ๐ฅ1โก1๐1๐ฅ1
๐3โคโ๐ฅ1๐1๐ฅ1
new Object() + new Object()
Anonymous Quiz
0%
''
31%
NaN
38%
'[object Object]'
31%
'[object Object][object Object]'
๐3โก1โคโ๐ฅ1๐1
๐3โก1โคโ๐ฅ1๐ฅ1
๐2โก1โคโ๐ฅ1๐ฅ1๐1
๐2โคโ๐ฅ1โก1๐1๐ฅ1
๐2โคโ๐ฅ1โก1๐1๐ฅ1
๐2โก1โคโ๐ฅ1๐1๐ฅ1
๐2โคโ๐ฅ1โก1๐1
๐2โคโ๐ฅ1โก1๐1๐ฅ1
JavaScript | ๐ข๐ณ๐ณ๐ถ๐ฐ๐ถ๐ฎ๐น ๐ฐ๐ต๐ฎ๐ป๐ป๐ฒ๐น pinned ยซ#Menu #JavaScript #HTML #CSS #JS #Sayt #Site #Foydali #Portfolio sayt: โ
#Sayt https://t.me/absJavaScript/367 (Desktop ๐ป uchun) ๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป๐ป #HTML haqida โ
#HTML https://t.me/absJavaScript/156 โ
#HTML https://t.me/absJavaScript/157 โ
#HTML https://t.โฆยป
This media is not supported in your browser
VIEW IN TELEGRAM
๐2โคโ๐ฅ1๐1๐ฅ1
๐2โคโ๐ฅ1๐1๐ฅ1๐1
#challenge #HTML #CSS #JS
Nima chiqdi? Comment gooโฆ
โ HTML:
โ CSS:
โ JS:
๐ซ Hoziroq obuna bo'ling va do'stlarga ham ulashib qo'ying
โ https://t.me/absJavaScript
Nima chiqdi? Comment gooโฆ
โ HTML:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="orange" class="box"></div>
<div id="green" class="box"></div>
<div id="blue" class="box"></div>
<div id="red" class="box"></div>
<div id="yellow" class="box"></div>
<script src="./app.js"></script>
</body>
</html>
โ CSS:
body {
display: flex;
gap: 50px;
}
.box {
width: 100px;
height: 100px;
cursor: pointer;
}
.box:nth-child(1) {
background-color: orange;
border-radius: 100%;
}
.box:nth-child(2) {
background-color: green;
border-radius: 100%;
}
.box:nth-child(3) {
background-color: blue;
border-radius: 100%;
}
.box:nth-child(4) {
background-color: red;
border-radius: 100%;
}
.box:nth-child(5) {
background-color: yellow;
border-radius: 100%;
} โ JS:
let box = document.querySelectorAll('.box')
let body = document.querySelector('body')
for (let i = 0; i < box.length; i++) {
box[i].addEventListener('click', function () {
body.style.background = box[i].id
})
}โก๏ธJavaScript
๐ซ Hoziroq obuna bo'ling va do'stlarga ham ulashib qo'ying
โ https://t.me/absJavaScript
๐2๐2โคโ๐ฅ1โก1
const arr = [1, 2, 3];
arr.constructor === Array โ ?
arr.constructor === Array โ ?
Anonymous Quiz
75%
true โ๏ธ
25%
false โ ๏ธ
๐ฅ2๐2โคโ๐ฅ1๐1
๐2โ1โก1โคโ๐ฅ1๐ฅ1