Open
Description
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,
- 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,
- 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,
- Writ a function which cleans text. Clean the following text. After cleaning, count three most frequent words in the string.
it would be,
- 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
Labels
No labels