JavaScript
Открыть в Telegram
Men yozgan va aytganlarimga 100% ishonmang , chunki men ham siz kabi haliham o'rganyabman. Blog: @abdulvahob_blog Bog'lanish uchun: @A_Abdulvahob
Больше1 385
Подписчики
-224 часа
-47 дней
-2030 день
Архив постов
1 385
#Javascript
const array = [1, 2, 3]; const result = 3 in array; console.log(result)
1 385
#Javascript
class User { getName() {} } const result = typeof User; console.log(result);
1 385
#Javascript
const value = new Set([1, 1, 2, 3, 2, 3]); const result = [...value]; console.log(result);
1 385
#javaScriptLesson9
009. String | JavaScript darslari | O'zbek tilida
Muallif: Ahrorbek Soliyev
1 385
#Javascript
const getA = () => 1; const getB = () => 2; const getC = () => 3; const result = (getA(), getB(), getC()); console.log(result)
1 385
Frontend juniordan boshlab seniorgacha online / offline ish izlayotganlar uchun foydali telegram kanali!
@frontend_job
1 385
008. JavaScriptda data (ma'lumot) turlari | JavaScript darslari | O'zbek tilida
Muallif: Ahrorbek Soliyev
1 385
#Javascript
const plus = +0; const minus = -0; const result = plus === minus;
1 385
let result = 2009;
const func = (x = 262) => {
result = x; } func(null);
1 385
#Javascript
let result = 2009; const func = (x = 262) => { result = x; } func(null);
1 385
const array = [1, 2, 3];
array.length = 0;
const result = array[0]; console.log(result);
Уже доступно! Исследование Telegram 2025 — ключевые инсайты года 
