Much respect to presenters for listing all supported browsers each time and not just stating the obvious "All browsers except Edge"
@crustysoda6 жыл бұрын
these are all cutting EDGE features :)
@Hshjshshjsj727276 жыл бұрын
@@crustysoda 😒
@laurenz1337_6 жыл бұрын
So many new things coming to JS! I am excited.
@stefenov6 жыл бұрын
I love how the extensive know-how of building browsers acquired from Internet Explorer is now properly propagated to Edge. I particularly like the lack of support of any modern JS features and the weird CSS bugs. Do you plan to add an experimental flag to Chrome to bring us the Internet Explorer experience we have all grown to love?
@jasonleo6 жыл бұрын
lmao
@SimonBuchanNz6 жыл бұрын
Edge 16 supports all ecma up to 2017 bar regexp /u and some edge cases of getter/setter methods according to kangax, and the number of APIs supported is in line with the current production releases of other browsers. Ecma 2018 would be nice, but it's a bit weird to call them out for it when only chrome is complete.
@beno71766 жыл бұрын
:) good one
@stefenov6 жыл бұрын
I agree, I was too harsh
@CompTutts6 жыл бұрын
Private properties in JavaScript. Oh my god! I can't believe I will be alive to see this.
@justinmoonboards6 жыл бұрын
JavaScript has had private properties since the very beginning, via closures.
@provasks6 жыл бұрын
Very cool staffs are coming! amazing..
@xerotolerant6 жыл бұрын
We're on the bleeding edge here folks. Readable regular expressions. Who'd have thought that would ever have happened.
@Richard777246 жыл бұрын
36:00 that's a nice python feature javascript deserved
@NeoChromer6 жыл бұрын
nice, finally I can multiply in JS!
@aliselcuk70056 жыл бұрын
Build the future web but don't forget: Googlebot is using Chrome v41
@UrzuaNicolas6 жыл бұрын
finally JavaScript will be the same both for the server and the browser!!!
@MultiLenoxxx6 жыл бұрын
JavaScript is the future woop
@devnull-p1g6 жыл бұрын
I don't know which version of Node.js they are referencing but with Node.js 10.4.0 "BigInt" is supported: $ node > console.log(BigInt(1) + BigInt(2)) // 3n
@intcreator6 жыл бұрын
I always use Babble to transpile code for Edge.
@ninjitaru6 жыл бұрын
have a question about recommended to use babel -env to transpile to specific browser version say that i end up with two js file, one that support new js syntax natively (for latest supported browsers), one that transpiled the js what is a good way to determine which one to serve?? do i write both in my script tag?
@everythingisfine99886 жыл бұрын
I don’t want to transpile my code, but some browsers are lagging behind the times 🐌
@SamujjalMajumder6 жыл бұрын
JS now has Perl style Regex Matchers
@HobbiCoast6 жыл бұрын
Javascript is everywhere. #Gyanuniversity
@TufikChediak6 жыл бұрын
About classes, JS use a poor level classes structure, why not implement the current specification in ECMA 4th
@fahmiirfan69236 жыл бұрын
Can we get statically typed in js ?
@farrellraafi13016 жыл бұрын
You can with TypeScript
@farrellraafi13016 жыл бұрын
You can with TypeScript
@xmuta6 жыл бұрын
Fahmi Irfan - Typescript
@xmuta6 жыл бұрын
Farrell Raafi - exactly
@highcollector6 жыл бұрын
We know we can with TypeScript, but a native JS version is needed for various reasons; hopefully it'll be added soon
6 жыл бұрын
Finally JS is getting lookbehind :D
@davidsalleyezonme12836 жыл бұрын
Google you inspiring me so much.
@teresakhurst23996 жыл бұрын
Too Cool! Great Work
@gahaha12345676 жыл бұрын
JavaScript now is overtaking Python.
@mika26666 жыл бұрын
just now? naaaaaaa
@ajaysihota22996 жыл бұрын
And Java?.. I hope
@zealousprogrammer45396 жыл бұрын
He is right, JS will eventually [inevitably] overtake Python, one area really shines is ML, data science and similar fields but guess what? with TensorFlowjs and all the libraries being rewritten in Nodejs[JavaScript] since JS is naturally for most developers even novice ones I thing the future of programming is JavaScript.
@Hshjshshjsj727276 жыл бұрын
Not for Ai or any of that, data science etc
@flemminghansen77486 жыл бұрын
Use the platform, I repeat, use the platform :)
@terencecheung13745 жыл бұрын
Yeah, 2019 there are no more edge/opera icons. Emm..
@JeraldJamesCapao6 жыл бұрын
Coooool !
@DJalem6 жыл бұрын
I want to know JS but i am bad at solving logic problems 😑
@gregorslana77236 жыл бұрын
solving logic problems comes with time, just go start building a project, and learn as you go. Logic is not that important nowadays, since you can google basically every problem. More important is understaindg the technology that you are using
@hrgwea6 жыл бұрын
Finally we'll have regex look-behinds... for christ's sake!!!
@antoniopantano42556 жыл бұрын
Finally Microsoft is doing a great job.
@SwapnilMhaske16 жыл бұрын
Woah... I just hate how all browsers ship things slowly.
@dancovrboski91352 жыл бұрын
Ako neme vrtat na rabota vo geterym vo prilep javno hese ot kazam od gogel poradi predastvo
@kaikai77026 жыл бұрын
阿三这么多 怪不得bug这么多
@SashNone6 жыл бұрын
Yea... interlacing in 2018... quite modern....
@ericmcgrath25146 жыл бұрын
LOL @ Edge, just stop trying Microsoft. We've endured enough suffering with IE.
@elgeekcurioso51506 жыл бұрын
I'm so tired of hearing people saying that async makes code cleaner... It is not! Is just that you are more used to it, you are so C-like biased that you can't even understand any other syntax.
@tomsoir6 жыл бұрын
Why, the hell, `finally` word (in try-catch), but not 'done' as in promise...?
@xerotolerant6 жыл бұрын
I think try catch finally is a common pattern C-style languages. I don't think it was ever intended to mirror 'all, reject, race and resolve'.
@reaper846 жыл бұрын
IE Support is as bad as it always has been. Pathetic.
@crazieeez6 жыл бұрын
...defaultSettings is ugly syntax. Javascript is becoming Perl. Why not just use Perl then. Add async to Perl, and bam call pa programming language to kill javascript.
@teckyify6 жыл бұрын
Nothing we need whatsoever, only bad programmers always want more syntax. The only feature we needed were native module loading and tail recursion. I hope they dont make of Javascript such a Frankenstein language like C# with a new language feature like every 10 minutes.