رقصنده با کد – Telegram
رقصنده با کد
780 subscribers
1.69K photos
850 videos
207 files
665 links
Here are some interesting things I've come across during my learning process. That's it. Admin ID:
@alithecodeguy
Download Telegram
021. What is "First Class Entity" in Javanoscript? .pdf
33.3 KB
21. What is "First Class Entity" in Javanoscript?

#js_interview_question
This media is not supported in your browser
VIEW IN TELEGRAM
عملگرهای ریاضی به زبان انگلیسی
❗️Important Question❗️

#js_interview_question
Channel name was changed to «Dances with Codes»
Javascrip Memoization

#js_interview_question
کسی رو میشناسید توی گیت‌هاب پیجز برای خودش یه رزومه قشنگ ساخته باشه؟

حقیقتش میخوام کداش رو کپی کنم استفاده کنم 😅
A sync prompt for node. very simple. No C++ bindings and no bash noscripts.
Works on Linux, OS X and Windows.
#js #nodejs
Javanoscript ??= operator
تست کردم. خوب بود. 👍
5 cool meta tags in HTML:

<meta name="google"/> tells Google not to show the sitelinks search box for your page when showing search results

<meta name="googlebot" content=”notranslate” /> tells Google you don’t want to provide an automatic translation for your page if the user uses a different language

<meta name="revised" content="Sunday, July 18th, 2010, 5:15 pm" /> specifies the last modified date and time on which you have made certain changes

<meta name="rating" content="safe for kids"> specifies the expected audience for your page

<meta name="copyright" content="Copyright 2022"> specifies a Copyright
The <hgroup> HTML element represents a heading and related content. It groups a single <h1>–<h6> element with one or more <p>.
Have you ever wondered how these little previews are generated when you share a link on social media?

It's all about the Open Graph Protocol.

This is the simplest way to use it: just add the following code to the "head" section of your site and share the link. You will be surprised!


<meta property="og:noscript" content="<your_preferred_noscript>" />
<meta property="og:type" content="<your_preferred_type>" />
<meta property="og:url" content="<your_link_url>" />
<meta property="og:image" content="<your_preferred_image_address>" />


read more : https://ogp.me/

#html
Such a simple solution to show invalid inputs using CSS.

#css
Did you know this little trick in HTML?

DOM Manipulation is awesome!

#html