https://github.com/alperg/js-this-presentation
A quick guide for the "this" keyword in JavaScript
https://github.com/alperg/js-this-presentation
Last synced: 3 months ago
JSON representation
A quick guide for the "this" keyword in JavaScript
- Host: GitHub
- URL: https://github.com/alperg/js-this-presentation
- Owner: alperg
- License: mit
- Created: 2018-03-09T22:37:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T21:40:29.000Z (over 3 years ago)
- Last Synced: 2024-12-28T20:29:16.093Z (5 months ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JS This Keyword Presentation
A quick guide for the "this" keyword in JavaScript. Created using [Spectacle](https://github.com/FormidableLabs/spectacle).
## Usage
To run the app locally first install any dependencies:
`yarn install` or `npm install`
Then start the local dev server:
`yarn start` or `npm run start`
Navigate to [localhost:3000](http://localhost:3000) in your web browser to see the slide deck.
## Presenter Mode
Open [localhost:3000/?presenter](http://localhost:3000/?presenter) in a new window to view the deck in presenter mode. Screen share your other window displaying [localhost:3000](http://localhost:3000). As you go through the slides in presenter mode, the other window will update as well.