Skip to content

Idea for Markdown explanations of each solution #17

Closed as not planned
Closed as not planned
@cycle4passion

Description

@cycle4passion

What about adding a corresponding markdown file for each lesson. This would essentially be what you would be saying if you were teaching it as you did on livestream.

01-number.problem.md

We need to tell Typescript what type of data are expect for parameters a and b in the addTwoNumbers function. The format to declare the type of a function parameter is to add : type following each parameter. In this case it would be : number. With this information, Typescript can go to work enforcing appropriate typing of the addTwoNumbers function parameters.

Even better, format the makdown file so that the top describes the problem/expectations and then a link scrolls down to describe the answer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions