Skip to content

getNextId() += 0 ? #4

Description

@robin-raymond

https://github.com/jchadwick/EssentialTypeScriptBook/blob/master/manuscript/05.Classes.md

TodoService.getNextId = function() {
    return TodoService.lastId += 0;
}

Is += 0 intentional? I assume you meant += 1? If not then I'm unclear why it would need to have the += 0.

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