Master de II. ULL. 1er cuatrimestre
Generators are function executions that can be suspended and resumed at a later point. Generators are useful when carrying out concepts such as ‘lazy execution’. This basically means that by suspending execution and resuming at will, we are able to pull values only when we need to. This exercise ask you to read the corresponding chapter of the Javascript info book.
After reading the chapter, the next exercise shows how Async Await can be implemented using generators and promises
You have to write a gh extension using Node.JS.
Instructions about the delivery:
Create a repo for your extension in a repo ULL-MII-SYTWS-2122/gh-my-extension-name
inside the classroom organization ULL-MII-SYTWS-2122
. Add that repo as a git submodule
to the repo associated to this lab assignment. Just leave the link to the assignment and extensions repos in the campus virtual
Continue studying the basics of express and GraphQL