Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

gverni/private-instance-methods-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

private-instance-methods-playground

Transpile

To transpile use:

yarn build

To run the transpiled version use:

node dist/private-instance-methods.js

The output should be:

Happy Birthday! You are 20

lint error

To reproduce lint error use:

yarn lint

the following error will be shown:

4:6 error 'increaseAge' is not defined no-undef

See issue babel/babel-eslint#746

About

Experimenting with private methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published