javascript-tutorial / javascript-tutorial/en.javascript.info

Syntax typo in strings section: slice, substring, substr

Open
#3,446 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
25.5k
Forks
4k
PR merge metrics
No merged PRs in 30d

Description

Syntax Typo

The correct syntax is slice(start, end) , substring(start, end) and substr(start, length)
@iliakan

Fixed Here: https://github.com/javascript-tutorial/en.javascript.info/pull/3445

image
image
image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the strings section and compare the displayed syntax for slice, substring, and substr with the issue text. Check pull request #3445 to confirm the correction is already covered; done means the section shows the three signatures accurately.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.