Skip to content

aribeth007/a-daily-js

Repository files navigation

🎆 Welcome to a-daily-js!

You will find here simple to complex js examples.

🎶 Table of contents

a-daily-js-core

  • import-export: folder contains js import/export examples here
  • varargs: folder contains varargs + recursive function invocation examples here
  • parseInt: example with parseInt function here
  • promises: example with javascript promises here
  • destructuring: examples for arrays and object destructure here

a-daily-js-test

  • cypress-example: folder contains a simple cypress example. It shows the usage of before, beforeEach, cypress enviroment variables and a simple cypress request. It uses cypress logging. here

a-daily-js-complex

  • csv-read-write: folder contains csv read/write examples here
  • graphql-example-1: simple hello world example with graphql here
  • graphql-example-2: simple hello world example with graphql express here
  • graphql-example-3: example with graphql express that shows different types here