Skip to content

Day 12, typos #603

Open
Open
@Sampad-Sarker

Description

@Sampad-Sarker

at line 380,
const pattern = /\b\w{4}\b/g

at would be
const pattern = /\b\w{4}\b/g

Exercise section

at line 445,

  1. The position of some particles on the horizontal x-axis -12, -4, -3 and -1 in the negative direction, 0 at origin, 4 and 8 in the positive direction. Extract these numbers and find the distance between the two furthest particles.

it would be,

  1. The position of some particles on the horizontal x-axis -1,2, -4, -3 and -1 in the negative direction, 0 at origin, 4 and 8 in the positive direction. Extract these numbers and find the distance between the two furthest particles.

at line 517,

  1. Writ a function which cleans text. Clean the following text. After cleaning, count three most frequent words in the string.

it would be,

  1. Write a function which cleans text. Clean the following text. After cleaning, count three most frequent words in the string.

question numbering typos

at line 445,
question number will be 2

at line 453,
question number will be 3

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