javascript
play

JavaScript What? Why? Where? David Madden IT Services - PowerPoint PPT Presentation

JavaScript What? Why? Where? David Madden IT Services d.d.madden@bham.ac.uk Java is to JavaScript as car is to carpet So what is it? Created by Brendan Eich in 1995. JavaScript often abbreviated as JS, is a high-level, interpreted


  1. JavaScript What? Why? Where? David Madden IT Services d.d.madden@bham.ac.uk

  2. “Java is to JavaScript as car is to carpet”

  3. So what is it? Created by Brendan Eich in 1995. “ JavaScript often abbreviated as JS, is a high-level, interpreted programming language. It is a language which is also characterised as dynamic, weakly typed, prototype-based and multi-paradigm. ” (https://en.wikipedia.org/wiki/JavaScript)

  4. General language features Should look familiar: Not so familiar: Types Variable and function hoisting ● ● ○ Boolean Function level scope ● Null ○ Global scope ● ○ Undefined Closures ● Number ○ ○ String Symbol ○ ○ Object if, for, while, switch, break, continue etc. ● Classes…(functions) ●

  5. So why does it exist? Needed a scripting language ● Wanted it to be Java “like” ● The web browser (marketing !?!) ● Built in 10 days

  6. What it’s good at (kind of...) Moot point, it’s all you’ve got. ● What about Java applets (dead) ○ What about Flash (dead) ○ If you want to anything “dynamic” in a web page you will have to write JavaScript ● ● Asynchronous - non blocking

  7. What it’s not so good at (quite a bit…)

  8. What it’s not so good at (quite a bit…) Know the limits of the language ● Don’t write spacecraft control systems in JavaScript Don’t write complex financial processing systems in JavaScript ● Don’t write 3D animation engines in JavaScript ●

  9. So it’s just web Turns out one part of JavaScript is pages? really powerful: Asynchronous - non blocking ● Not any more

  10. Beyond the niche Node.js Run JavaScript outside the browser (https://nodejs.org) Created by Ryan Dahl in 2009 (Thanks in part to Google Chrome and the V8 JavaScript engine)

  11. It’s still JavaScript though...

  12. What can you use it for? Web applications - in the browser ● Websites - with Node.js ● ● REST APIs - with Node.js Command line scripts - with Node.js ● Desktop apps with Node.js e.g. Visual Studio Code, GitHub Desktop, Postman, ● Slack, loads more.

  13. What’s next? WebAssembly (https://webassembly.org) Increased competition Compile other languages to run ● in the browser

  14. Questions?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend