Skip to content

malidukica/modern-javascript-and-rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern JavaScript and REST

This workshop focuses on the new language constructs in the latest version of JavaScript known as ECMAScript2015 or ECAMScript 6. We'll look at what problems these things solve, and also build something against a server-side REST based API.

This workshop also covers more of working with web development in a browser development console and inspecting web traffic with Fiddler or Postman (chrome plugin).

This repository contains a link to a Google Presentation and three exercises.

What you need

How to get started

  • Start by cloning this repository into a folder on your computer. If you've never used git before, you can alternatively use the the "Download ZIP" button to the right.
  • Although you have this README.md file on your computer, it's easier to read it on GitHub with formatting. We therefore recommend you keep a web browser tab open with the exercise tasks.
  • Open exercise 1.
  • Remember to ask an instructor if you're stuck.

Exercises

This repository contains a set of exercises organized in folders. Each folder contains a README.md describing the exercise.

Helpful resources

Note: Avoid W3Schools.com. It's often outdated by todays web specifications. Use MDN instead.

Symbols and notation used in exercises

Icons with special meaning

✏️ - A task you should do
📖 - A section of text to read (no tasks, just information).
💡 - Additional information.
❗ - Something important.
❓ - Open-ended question for the reader ("What do you think would happen if...")
💩 - Bad practice (don't-do-this)
⭐ - A bonus task (not required)

Keyboard keys

Will look like this:

CTRL + ALT + C

Diff blocks

Emphasizes how lines of text should change.

- this text was removed
+ and replaced with this text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%