Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a new mode: „console“ #48

Open
milafrerichs opened this issue Aug 27, 2019 · 0 comments
Open

Add a new mode: „console“ #48

milafrerichs opened this issue Aug 27, 2019 · 0 comments

Comments

@milafrerichs
Copy link
Owner

In „console“ mode the result is always a console.log of the statements line by line. Each line will just be evaluated and console.logged.

Use case

Explainer posts.

Projection creation

var projection = d3.geoAlbers();
projection([4,5])

Instead of

var projection = d3.geoAlbers();
console.log(projection([4,5]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant