let str ="Hello my friend";
let array = str.split('');
let count = 0;
function abc() {
document.getElementById('inp').value = " ";
let kq = [];
if (count < array.length) {
count++;
} else {
count = 0;
}
for(let i = 0; i<count; i++){
kq.push(array[i]);
}
document.getElementById('inp').value = kq.join("");
}
2 comments On Game hay để troll bạn bè với code đơn giản ngắn và dễ hiểu cho ae
thiếu code html rồi bạn ơi
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.