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: |

The initiatives announced by Perekopsky include monitoring the content in groups. According to the executive, posts identified as lacking context or as containing false information will be flagged as a potential source of disinformation. The content is then forwarded to Telegram's fact-checking channels for analysis and subsequent publication of verified information. To upload a logo, click the Menu icon and select “Manage Channel.” In a new window, hit the Camera icon. When choosing the right name for your Telegram channel, use the language of your target audience. The name must sum up the essence of your channel in 1-3 words. If you’re planning to expand your Telegram audience, it makes sense to incorporate keywords into your name. Step-by-step tutorial on desktop:
from us


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