☯ ⚡ ∑ ♥ 😄.
Best unicode/emoji search there is.
http://xahlee.info/comp/unicode_index.html
Brand new sparkling #JavaScript code.
Notices tagged with javascript, page 12
-
∑ XahLee (xahlee)'s status on Friday, 12-Jan-2018 07:08:47 PST
∑ XahLee
-
∑ XahLee (xahlee)'s status on Friday, 12-Jan-2018 06:51:27 PST
∑ XahLee
#JavaScript impossible to combine these into 1 line. Can you?
const unicodedata = {};
(data_str.split("\n")) . forEach ((x) => { ((y) => {unicodedata[ parseInt( y[0], 16 )] = y[1];}) (x.split(";")) }); -
∑ XahLee (xahlee)'s status on Friday, 12-Jan-2018 06:23:51 PST
∑ XahLee
#javascript in depth, understand the most confusing thing property key named "prototype" in 10 minutes
http://xahlee.info/js/javascript_object_prototype_property.html -
∑ XahLee (xahlee)'s status on Thursday, 11-Jan-2018 21:49:54 PST
∑ XahLee
#JavaScript #semicolonwar all over again. See @BrendanEich has to say. But Douglas Crockford will probably disagree.
https://twitter.com/xah_lee/status/951677715840512000
if you are not familiar with #javascript semicolon issues, see
http://xahlee.info/js/js_semicolon.html -
∑ XahLee (xahlee)'s status on Thursday, 11-Jan-2018 14:31:08 PST
∑ XahLee
#JavaScript In Depth update today.
Function.prototype.constructor
http://xahlee.info/js/js_Function.prototype.constructor.htmlSet.prototype
http://xahlee.info/js/js_set_prototype.htmlSet.prototype.values
http://xahlee.info/js/js_Set.prototype.values.html -
∑ XahLee (xahlee)'s status on Wednesday, 10-Jan-2018 14:24:39 PST
∑ XahLee
To many programer idiots, when they learned about x = y or 3, they think, “omg, this is cool!”, cuz it is not intuitive and short, to them, they learned a fancy trick! And they proceed to tell everyone to use it as “idiom”. #python #JavaScript #haskell #lisp
-
Johan (johan)'s status on Wednesday, 10-Jan-2018 02:30:12 PST
Johan
Promises in #JavaScript (with yarn and Legos) https://dev.to/jessitron/promises-in-javascript-with-yarn-and-legos-3ob -
∑ XahLee (xahlee)'s status on Wednesday, 10-Jan-2018 02:26:13 PST
∑ XahLee
#JavaScript in Depth, updates today.
Learn Regex in 10 minutes
http://xahlee.info/js/js_regex.htmlRegExp Object
http://xahlee.info/js/js_regex_object.html -
∑ XahLee (xahlee)'s status on Tuesday, 09-Jan-2018 15:31:37 PST
∑ XahLee
#JavaScript ES2015, array-like obj to array.
Array.from ( array_like_obj )
Note, you can call Array Methods directly on array-like object by:
Array.prototype.array_method_name.call(array_like_obj, args) -
∑ XahLee (xahlee)'s status on Tuesday, 09-Jan-2018 12:15:13 PST
∑ XahLee
here's #ocaml #haskell in #JavaScript syntax
https://reasonml.github.io/ -
∑ XahLee (xahlee)'s status on Tuesday, 09-Jan-2018 00:50:32 PST
∑ XahLee
#JavaScript in Depth, update today, for you night owls
Array-Like Object to Array
http://xahlee.info/js/js_convert_array-like.htmlObject Literal Expression
http://xahlee.info/js/js_object_literal_expression.htmlGet Property, Set Property
http://xahlee.info/js/javascript_reading_writing_property.html -
∑ XahLee (xahlee)'s status on Monday, 08-Jan-2018 14:17:20 PST
∑ XahLee
more #javascript update
Function Call, Apply, Bind
http://xahlee.info/js/javascript_call_function_as_method.htmlNumber Constructor
http://xahlee.info/js/js_number_constructor.htmlNavigate DOM Tree
http://xahlee.info/js/js_navigate_nodes.html -
Craig Maloney ☕ ✅ (craigmaloney)'s status on Monday, 08-Jan-2018 13:04:29 PST
Craig Maloney ☕ ✅
http://www.commitstrip.com/en/2018/01/08/new-year-new-frameworks/
-
Linux Walt (@lnxw48a1) (lnxw48a1)'s status on Sunday, 07-Jan-2018 16:40:30 PST
Linux Walt (@lnxw48a1)
@kzimmermann For one thing, with the new #NoScript, it isn't clear to me how to _temporarily_ accept #JavaScript from a site, nor how to revoke those temporary permissions. I haven't used #uMatrix yet, but I'll be willing to take a look. -
∑ XahLee (xahlee)'s status on Sunday, 07-Jan-2018 04:23:57 PST
∑ XahLee
What's Closure in Programing Languages?
http://xahlee.info/UnixResource_dir/writ/closure.html#Python 3: Closure
http://xahlee.info/python/python3_closure.html#JavaScript Closure
http://xahlee.info/js/javascript_closure.html -
∑ XahLee (xahlee)'s status on Sunday, 07-Jan-2018 04:22:10 PST
∑ XahLee
What's Closure in Programing Languages?
http://xahlee.info/UnixResource_dir/writ/closure.html#Python 3: Closure
http://xahlee.info/python/python3_closure.html#JavaScript Closure
http://xahlee.info/js/javascript_closure.html -
∑ XahLee (xahlee)'s status on Sunday, 07-Jan-2018 01:13:37 PST
∑ XahLee
#javascript updates today.
the Global Object
http://xahlee.info/js/js_the_global_object.htmlUnicode Character Escape Sequence
http://xahlee.info/js/js_unicode_escape_sequence.htmlString Code Unit vs Code Point
http://xahlee.info/js/js_string_byte_sequence.html -
∑ XahLee (xahlee)'s status on Saturday, 06-Jan-2018 15:29:10 PST
∑ XahLee
major disaster from #npm again https://github.com/npm/registry/issues/255
#javascript -
∑ XahLee (xahlee)'s status on Saturday, 06-Jan-2018 15:12:37 PST
∑ XahLee
#JavaScript in Depth
http://xahlee.info/js/js.html
New cover. -
∑ XahLee (xahlee)'s status on Saturday, 06-Jan-2018 02:10:15 PST
∑ XahLee
#JavaScript update today.
learn function programing in 10 minutes (ES2015+)
http://xahlee.info/js/js_functional_programing.htmlES2015, Reflect.deleteProperty
http://xahlee.info/js/js_Reflect.deleteProperty.html.appendChild Example
http://xahlee.info/js/dom_appendChild.html