Warning: mkdir(): No space left on device in /var/www/tgoop/post.php on line 37

Warning: file_put_contents(aCache/aDaily/post/IDevZone/--): Failed to open stream: No such file or directory in /var/www/tgoop/post.php on line 50
برنامه نویسی | DevZone@IDevZone P.1462
IDEVZONE Telegram 1462
This media is not supported in your browser
VIEW IN TELEGRAM
🚀 انیمیشن لودینگ در جاوااسکریپت

اگر می‌خواهید در کنسول مرورگر یک لودینگ چرخشی ساده بسازید، از این کد استفاده کنید! 🔄
کد را در مرورگر اجرا کنید و نتیجه را ببینید.
const loading = (function() {
const spin = ['|', '/', '-', '\\'];
let i = 0;

return setInterval(() => {
i = (i >= 4) ? 0 : i;
console.clear();
console.log("Loading " + spin[i]);
i++;
}, 300);
})();

📢 @IDevZone
Please open Telegram to view this post
VIEW IN TELEGRAM



tgoop.com/IDevZone/1462
Create:
Last Update:

🚀 انیمیشن لودینگ در جاوااسکریپت

اگر می‌خواهید در کنسول مرورگر یک لودینگ چرخشی ساده بسازید، از این کد استفاده کنید! 🔄
کد را در مرورگر اجرا کنید و نتیجه را ببینید.

const loading = (function() {
const spin = ['|', '/', '-', '\\'];
let i = 0;

return setInterval(() => {
i = (i >= 4) ? 0 : i;
console.clear();
console.log("Loading " + spin[i]);
i++;
}, 300);
})();

📢 @IDevZone

BY برنامه نویسی | DevZone


Share with your friend now:
tgoop.com/IDevZone/1462

View MORE
Open in Telegram


Telegram News

Date: |

A new window will come up. Enter your channel name and bio. (See the character limits above.) Click “Create.” On Tuesday, some local media outlets included Sing Tao Daily cited sources as saying the Hong Kong government was considering restricting access to Telegram. Privacy Commissioner for Personal Data Ada Chung told to the Legislative Council on Monday that government officials, police and lawmakers remain the targets of “doxxing” despite a privacy law amendment last year that criminalised the malicious disclosure of personal information. Over 33,000 people sent out over 1,000 doxxing messages in the group. Although the administrators tried to delete all of the messages, the posting speed was far too much for them to keep up. ‘Ban’ on Telegram Just as the Bitcoin turmoil continues, crypto traders have taken to Telegram to voice their feelings. Crypto investors can reduce their anxiety about losses by joining the “Bear Market Screaming Therapy Group” on Telegram.
from us


Telegram برنامه نویسی | DevZone
FROM American