Skip to content

Commit 494b84c

Browse files
authored
Update README.md
1 parent c890970 commit 494b84c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,7 @@ console.log(ex2); // Output: MySingleton {foo: "hi"}
439439
// in order to enclose the singleton implementation into
440440
// a lexical closure and provide a public interface for getting its instance.
441441
```
442+
443+
## Usefull Links
444+
445+
[JS the Right Way](https://jstherightway.org/) - This is a guide intended to introduce new developers to JavaScript and help experienced developers learn more about its best practices.

0 commit comments

Comments
 (0)