Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Add a function that truncates a string #164

@sosmaniac-FCC

Description

@sosmaniac-FCC

Thank you Kent for creating this tutorial environment. May I work on a function that truncates a string?
Inspiration: https://stackoverflow.com/questions/1301512/truncate-a-string-straight-javascript
Something along the lines of:

function (target, length) {
    // return the string parameter 'target' truncated by the amount of the integer parameter 'length'
}

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