Skip to content

Add a new mode: „console“ #48

Description

@milafrerichs

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]))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions