PAIREN (Programming Channel)
100 subscribers
324 photos
60 videos
31 files
268 links
SW4gVGhlIE5hbWUgT2YgR29k
به نام خدا

کانال برنامه نویسی پایرن برای تمام دوستداران برنامه نویسی. رونوشت(Copy) کاملاً آزاد است.

آدرس گیت‌هاب:
https://github.com/PAIREN1383

Owner: @V_d_P_h_K
Download Telegram
#JS
کدام دکلریشن برای تعریف کردن یک متغیر غیر قابل تغییر در جاوا اسکریپت استفاده میشود؟
Anonymous Quiz
27%
var
13%
conste
33%
let
27%
const
از زیبایی های JS براتون بگم. :)


#JS



@Pairen_Programmers
بی‌نظیر است.


#JS


@Pairen_Programmers
👍1
#JS
let num1 = 2;
let num2 = "2"; alert(num1 + num2);
Anonymous Quiz
27%
4
13%
2 2
7%
NaN
27%
22
27%
Error
JavaScript, or JS, along with HTML and CSS, form the basis of almost all web platforms. While developers use HTML templates to structure a web page and CSS for design and layout, it is JavaScript that adds interactive elements to web apps or web pages. Interactive elements are those web components that users can interact with, such as buttons, animations, visualizations, and videos. However, creating different web elements can be time-consuming. As a result, most developers these days use front-end JavaScript frameworks to speed up the web development process.

Link: https://www.google.com/amp/s/www.sencha.com/blog/11-best-front-end-javascript-frameworks-for-developers/%3famp=1


#JS
#دانستنی


@Pairen_Programmers