-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added: substr() method in javascript #145
Conversation
Added reverse method
Create reverse.md
Added Split method in string
Create split.md
Guess My Number
Delete guess.CM_NUMBER/index.html
Create slice.md
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
|
||
//Output | ||
t |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we missing the closing backticks of JavaScript syntax here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sumn2u No, After function model we just call the function after the closing bracket.
This is a right code where we are call function after the bracket.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the confusion. I was asking if its possible to close the syntax of javascript?
(```javascript)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sumn2u okk! got your point, Updated
Can you check now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Added substr method in javascript