diff --git a/posts/scope-with-javascript.md b/posts/scope-with-javascript.md index faf7bb9..f08d571 100644 --- a/posts/scope-with-javascript.md +++ b/posts/scope-with-javascript.md @@ -72,5 +72,7 @@ So now, in any callback function* we can get the total number of free connections in the `SomePool` class. ```typescript -title= ``` + +## Scopes within modules +module level variable and how it can fuck you diff --git a/src/services/pages.ts b/src/services/pages.ts new file mode 100644 index 0000000..5cae7b3 --- /dev/null +++ b/src/services/pages.ts @@ -0,0 +1,3 @@ +export default class PagesService { + +}