#justjavascriptthings Etiketinde En Popüler Paylaşımlar
"What's the difference between let and var in JavaScript?"
"Well, to begin with, the difference between
let navigation; console.log(navigation);
and
var navigation; console.log(navigation);
"
#justjavascriptthings
This f***ing language, I swear.
#JustJavaScriptThings

Finally finished my first "Hello World!" program in JavaScript. Programming is hard! #learntocode #codingislife #javascript #justjavascriptthings #coding #codingpics

var person = {
firstName: 'John',
sayHello: function () {
console.log('Hello ' + this.firstName);
}
};
person.sayHello(); // Hello John
var sayHello = person.sayHello;
sayHello(); // Hello undefined
Just JavaScript things.
#JustJavaScriptThings
typeof null; // object
Just JavaScript things.
#JustJavaScriptThings
var a = 1;
var b = '1';
var c = a + b;
console.log(c)
"11"
Just JavaScript things.
#JustJavaScriptThings
points = new Array(40,100) // creates an array with 2 elements [40,100]
points = new Array(40) // creates an array with 40 undefined elements!
#justJavascriptThings #javascript #100DaysOfCode #webdev #webdevelopment
@denicmarko @_100DaysOfCode @CodeNewbies @FrontendMasters @StackOverflow Haha I tweeted the same thing yesterday #justjavascriptthings
If I'm googling for "istanbul reporters" and there's almost no turkish press on the first page of results, is this because Google knows that I'm doing #JavaScript right now, or is the situation in #Turkey actually that bad? 🤐 #JustJavascriptThings #HumanRightswatch
Hey, my dear programming languages, what is -0.5 rounded?
C: Easy, it is -1
PHP: Yeah, -1
JS: Erm... Just a sec... Hold my beer, guys.
C & PHP: Oh no, here we go again...
JS: It is 0. In fact, -0
#justJavaScriptThings #javascript #js13k

Just noticed this bit in my webpack bundle but it turns out it's still valid #javascript ¯\_(ツ)_/¯ #justjavascriptthings

I've tried debugging a minified source code in Chrome but it frozen the browser and used 200% of CPU. So I've tried debugging it in Firefox instead but it sets a breakpoint per line basis so it just stopped on everything. #JustJavascriptThings
#justjavascriptthings
(Page was loaded and rendered but it got stuck loading a custom font from typescript)

Day 30: Learned the hard way strings are immutable in JavaScript. From a design perspective, what is the value in having such a fundamental primitive object be immutable?
#100DaysOfCode #JustJavaScriptThings
TIL: You can use Object.assign on a string! #justjavascriptthings Why's that useful? See below.
How neat is that! 😍 No more colors.gray.default!
(via @stephengfriend in https://t.co/UFnHO3v2bH)

Sotwe'de En Son Görülen Etiketler
omegle
Son görüldüğü yer France
beurette
Son görüldüğü yer France
ladyboy_both_in_riyadh
Son görüldüğü yer Saudi Arabia
สาวใหญ่เด็ด
Son görüldüğü yer United Arab Emirates
社畜スミス概念
Son görüldüğü yer Japan
CHATHAPACHA
Son görüldüğü yer United States
rr34
Son görüldüğü yer United Kingdom
调教
Son görüldüğü yer United States
塩浜街道沿い
Senin İçin Trendler
En Popüler Kullanıcılar

Elon Musk 
@elonmusk
241M takipçi

Barack Obama 
@barackobama
119.2M takipçi

Cristiano Ronaldo 
@cristiano
112.2M takipçi

Donald J. Trump 
@realdonaldtrump
111.8M takipçi

Narendra Modi 
@narendramodi
107.1M takipçi

Rihanna 
@rihanna
98.1M takipçi

NASA 
@nasa
92.2M takipçi

Justin Bieber 
@justinbieber
91.3M takipçi

KATY PERRY 
@katyperry
88.6M takipçi

Taylor Swift 
@taylorswift13
82.5M takipçi

Lady Gaga 
@ladygaga
74M takipçi

Virat Kohli 
@imvkohli
71.3M takipçi

Kim Kardashian 
@kimkardashian
70.2M takipçi

YouTube 
@youtube
68.7M takipçi

Bill Gates 
@billgates
64.4M takipçi

Neymar Jr 
@neymarjr
64.2M takipçi

The Ellen Show
@theellenshow
62.4M takipçi

CNN 
@cnn
61.8M takipçi

Selena Gomez 
@selenagomez
61.7M takipçi

X 
@x
60.8M takipçi


















