This is an overview over my repositories using JavaScript (not React.js).
- architecture-eventlisteners
- a JavaScript to do list with event handlers
- Link to repository
- Link to GithubPages
- bvg-test
- Test suite of the BVG API
- Link to repository
- Link to GithubPages
- country-codes
- print country information based on the calling code
- Link to repository
- Link to GithubPages
- fortune-js
- fortune teller game in javascript
- Link to repository
- Link to GithubPages
- Github-search
- an exercise using the Github API
- Link to repository
- Link to GithubPages
- JS-animal-age
- animal age calculator using javascript
- Link to repository
- Link to GithubPages
- JS-dropdown-remove-items
- Write a JavaScript program to remove items from a dropdown list
- Link to repository
- Link to GithubPages
- JS-objects-functions-calculated-grade
- create a function that extends objects with the calculated grade based on their points
- Link to repository
- Link to GithubPages
- JS-weather
- weather app for different cities using the Dark Sky API as the resource
- Link to repository
- Link to GithubPages
- JSON-more-heroes
- parsing through a remote JSON Object and use it in JS
- Link to repository
- Link to GithubPages
- Superheroes-JSON
- first exercise on JSON (superheroes)
- Link to repository
- Link to GithubPages
- functions
- JavaScript functions
- Link to repository
- JS-101
- Introduction to Variables in Javascript
- Link to repository
- JS-102
- switch expression in javascript
- Link to repository
- JS-array-loops-table
- get an HTML table from JS arrays in a loop
- Link to repository
- JS-array-methods
- array methods exercise using JavaScript
- Link to repository
- JS-array-methods-loops
- exercise about arrays, methods, and loops in JavaScript
- Link to repository
- JS-array-objects-1
- first exercise with an array of objects
- Link to repository
- JS-array-objects-2
- second exercise on JavaScript arrays and objects
- Link to repository
- JS-classes
- classes and inheritance in JavaScript
- Link to repository
- JS-classes-2
- second exercise on JavaScript classes
- Link to repository
- JS-classes-getter-setter-1
- first exercise about getters and setters in JavaScript classes
- Link to repository
- JS-filter-map-reduce
- first exercise with filter, map, and reduce in JavaScript
- Link to repository
- JS-functions-arrays
- functions and arrays exercise in JavaScript
- Link to repository
- JS-Livecoding
- live-coding examples in javascript
- Link to repository
- JS-localstorage
- LocalStorage in JavaScript
- Link to repository
- JS-logic-exercises
- logical exercises in JavaScript
- Link to repository
- JS-loops-conditions
- loops and conditions exercise in Javascript
- Link to repository
- JS-loops-functions
- loops and functions in JavaScript
- Link to repository
- JS-loops-tree
- exercise: generate a tree of asterisks in a loop using JavaScript
- Link to repository
- JS-objects-1
- first exercise on JavaScript objects
- Link to repository
- js-sum-up-numbers
- Function that sums up all numbers of an array
- Link to repository
- PUBSUB
- publish and subscribe concept
- Link to repository
- TDD-start
- test development
- Link to repository