https://github.com/richardbmk/timeranimation
A simple timer animation to keep working on my JavaScript skill.
https://github.com/richardbmk/timeranimation
arrow-functions class constructor oop-principles this-keyword
Last synced: 7 months ago
JSON representation
A simple timer animation to keep working on my JavaScript skill.
- Host: GitHub
- URL: https://github.com/richardbmk/timeranimation
- Owner: Richardbmk
- Created: 2020-08-31T18:13:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T08:42:32.000Z (over 5 years ago)
- Last Synced: 2025-07-08T11:51:06.449Z (7 months ago)
- Topics: arrow-functions, class, constructor, oop-principles, this-keyword
- Language: JavaScript
- Homepage: https://richardbmk.github.io/timerAnimation/
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timer Animation with JS ES6
A simple timer animation to keep working on my JavaScript skill.
##### In this project I focus on:
* The keyword 'this'
* Arrow function
* Object Oriented aproach
* Class, constructor and methods.
Check the simple app clicking [here](https://richardbmk.github.io/timerAnimation/).
