-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
930a164
commit 56aad63
Showing
1 changed file
with
2 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,14 @@ | ||
# Auto Typing Effect | ||
# TODO-LIST | ||
|
||
 | ||
|
||
## 🦉 Main information | ||
|
||
Auto typing effect built with Html, CSS and JavaScript. | ||
todo-list built with Html, CSS and JavaScript. | ||
|
||
The project goal: | ||
|
||
- set up functionality with JS | ||
- add a speed control to go faster or slower | ||
|
||
|
||
## 🦊 Useful links | ||
|
||
|
||
### slice() method | ||
|
||
``` | ||
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/slice | ||
``` | ||
|
||
|
||
### setTimeout() method | ||
|
||
``` | ||
https://developer.mozilla.org/en-US/docs/Web/API/setTimeout | ||
``` |