#JavaScript ES2015 tutorial for complete beginners. Updated. Learn it in 30 minutes. http://xahlee.info/js/javascript_basics.html
Notices tagged with javascript, page 20
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 03-Dec-2017 11:37:45 EST ∑ XahLee
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 03-Dec-2017 07:17:53 EST ∑ XahLee
understand #JavaScript Source Code Charset/Encoding in 3 minutes http://xahlee.info/js/js_default_charset_encoding.html
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 27-Nov-2017 02:53:42 EST ∑ XahLee
god, i hate languages that don't have a simple power operator, e.g. 2^3 or 2**3 = 8. But some import math.exp(x,y) shit. #golang ( #JavaScript es2016 fixed ). Stupid consequence of C with its bit operator shit.
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 26-Nov-2017 19:17:42 EST ∑ XahLee
learn #JavaScript ES2015 Features in 10 minutes http://xahlee.info/js/js_ECMAScript_2015_features.html
-
lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Friday, 24-Nov-2017 11:40:02 EST lnxw48a1
@veer66 From what I've seen, any kind of privacy settings (even turning off #JavaScript) triggers #CloudFlare's captchas. Most of the time, if they show you a captcha, it will be followed by another and another until you finally give up.
Similar experience for #Tor users. -
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 23-Nov-2017 05:46:37 EST ∑ XahLee
#JavaScript of the day: understand Reflect.get
http://xahlee.info/js/js_Reflect.get.html -
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 23-Nov-2017 05:03:13 EST ∑ XahLee
#javascript , am wondering which represents web tech better 🎪 🎠 🎡 🎢
vote at https://twitter.com/xah_lee/status/933247144730902528 -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 22-Nov-2017 03:34:24 EST ∑ XahLee
#JavaScript of the day: understand Object.isExtensible http://xahlee.info/js/js_Object.isExtensible.html
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Monday, 20-Nov-2017 17:31:17 EST ∑ XahLee
#JavaScript of the day: Number.prototype.toPrecision
http://xahlee.info/js/js_Number.prototype.toPrecision.html -
∑ XahLee (xahlee@noagendasocial.com)'s status on Sunday, 19-Nov-2017 21:41:15 EST ∑ XahLee
understand #JavaScript 「undefined」 in depth http://xahlee.info/js/javascript_undefined.html
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 17-Nov-2017 21:22:22 EST ∑ XahLee
#JavaScript of the day: understand the Delete operator in depth http://xahlee.info/js/js_delete_operator.html
-
lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Friday, 17-Nov-2017 09:59:51 EST lnxw48a1
@xahlee I know that lots of static sites use #Disqus for comments, but should we infest visitors' browsers with remote-hosted vile 3rd party #JavaScript after we've gone static to protect our sites from remote execution? -
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 16-Nov-2017 17:54:46 EST ∑ XahLee
#javascript in Depth http://xahlee.info/js/js.html
new version out. Sent to previous buyers. if you don't have it yet, get it. retweet. thanks. -
lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Sunday, 12-Nov-2017 12:34:33 EST lnxw48a1
@beni I also block most ads (by blocking the #JavaScript they depend on), but adblocking only became a thing after advertising companies realized that people were ignoring ads and reacted by making ads more intrusive. -
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 09-Nov-2017 20:07:55 EST ∑ XahLee
some idiot added new.target to #JavaScript
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Thursday, 09-Nov-2017 19:59:03 EST ∑ XahLee
#JavaScript Semicolon war http://xahlee.info/js/js_semicolon.html
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Friday, 03-Nov-2017 14:16:56 EDT ∑ XahLee
「"😂".length === 2」
understand #JavaScript String Code Unit vs Code Point in 5 minutes http://xahlee.info/js/js_string_byte_sequence.html -
∑ XahLee (xahlee@noagendasocial.com)'s status on Wednesday, 01-Nov-2017 05:50:30 EDT ∑ XahLee
Quiz. write a function r(f,x,n) that returns a list [f(x), f(f(x)), ...], length n. write in your fav lang.
f is function (e.g. f(x) = x+1), x is a number, n is a number ≥ 1. we want [f(x), f(f(x)), ...]
-
∑ XahLee (xahlee@noagendasocial.com)'s status on Tuesday, 31-Oct-2017 21:43:04 EDT ∑ XahLee
quiz. write a function recurseList(f,x,n) that returst a list, [f(x), f(f(x)), ...], length n.
write in your fav lang.
# haskell #javascript #golang -
∑ XahLee (xahlee@noagendasocial.com)'s status on Tuesday, 31-Oct-2017 02:30:04 EDT ∑ XahLee
learn SVG in 1 hour http://xahlee.info/js/svg.html #JavaScript