An open API service indexing awesome lists of open source software.

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

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.