Skip to content
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

updating content for string in dsa folder #124

Merged
merged 6 commits into from
Oct 4, 2023
Merged

updating content for string in dsa folder #124

merged 6 commits into from
Oct 4, 2023

Conversation

nsundriyal62
Copy link
Contributor

Closes #103

Changes proposed

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.

s3
s4
] The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

sorry sir for creating a mess but i am just new to github and confused with these commit and all. i try to keep it simple and correct.
makes all changes as you mentioned

thanks for being patience sir.

@vercel
Copy link

vercel bot commented Oct 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frontendfreaks ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2023 1:37pm

@nsundriyal62 nsundriyal62 changed the title Main updating content for string in dsa folder Oct 4, 2023

<div className="w-full h-full">
<a href="https://www.youtube.com/watch?v=Unc365YFdf4" >
<img className="w-full h-full object-cover" src="https://camo.githubusercontent.com/266a84400260b3b6aa0d97332a19d301ee8f767d229083dfd58931781efea309/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f556e6333363559466466342f302e6a7067" alt="JavaScript Loops" />
Copy link
Member

@Vishal-raj-1 Vishal-raj-1 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the src you have to add youtube video id, which is Unc365YFdf4 in this case.

http://img.youtube.com/vi/{YouTube_id}/0.jpg

so img tag will be like this

<img className="w-full h-full object-cover" src="http://img.youtube.com/vi/Unc365YFdf4/0.jpg" alt="Strings in JavaScript" />

Copy link
Member

@Vishal-raj-1 Vishal-raj-1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, Good Progress @nsundriyal62

You don't need to feel sorry or bad.

As a beginner, It happens with everyone.

Just update the image tags, rest everything is fine.

This reverts commit 5ff061e.

	modified:   content/batch/dsa/string.mdx
Copy link
Contributor Author

@nsundriyal62 nsundriyal62 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done sir.

@Vishal-raj-1 Vishal-raj-1 merged commit 3305b8b into FrontendFreaks:master Oct 4, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the content of String Page of DSA in JS
2 participants