π₯4π2π1
#javascript #beginner
#10DaysOfJS
1-kun: Character and Words Counter
2-kun: Speech to Text
3-kun: To-Do list
4-kun: Quotes genrator
5-kun: Hotel Menu list
6-kun: Form validation
7-kun: Recipe App
8-kun: Movie App
9-kun: Budget App
10-kun: Portfolio
Loyihalarning kod manbayi:
@frontend
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯7π5
#javascript #quiz
let arr = [1, 2, 3];@frontend
function modifyArray(array) {
array.push(4);
}
modifyArray(arr.splice(1));
console.log(arr);
Please open Telegram to view this post
VIEW IN TELEGRAM
β‘4π₯1π±1
#javascript
Ushbu sayt sizga JavaScript dasturlash tilida asosiy tushunchalar haqida qisqa maβlumotlar beradi. Ushbu sayt quyidagi imkoniyatlarni taqdim etadi:
- Kod yozish mashqlari
- Ketma-ket o'quv qo'llanma
- Shaxsiy profil
@frontend
Please open Telegram to view this post
VIEW IN TELEGRAM
π8π₯3β‘2π«‘1
Please open Telegram to view this post
VIEW IN TELEGRAM
π₯7 6π±1
#javascript #quiz
const x = 5;
function foo() {
console.log(x);
}
function bar() {
const x = 10;
foo();
}
bar();
@frontend
#javascript
let sum = 0;
for (let i = 0; i < 3; i++, sum++) {
sum *= i
}
console.log(sum);
Natija qanday bo'ladi
Please open Telegram to view this post
VIEW IN TELEGRAM
π±9π₯2 2
#javascript #github
@frontend
Please open Telegram to view this post
VIEW IN TELEGRAM