Giter Club home page Giter Club logo

javascriptonly's People

Contributors

amitkumar-vaghela avatar ayushshahh avatar cybercoder-naj avatar dev-ab-03 avatar dhiraj3118 avatar gunjapandey avatar imsp18 avatar jw33 avatar kartik2433 avatar krishvsoni avatar kshashank99 avatar lucianidev avatar manav2808 avatar meet-javiya0 avatar meghana-sk avatar mkpsdeat avatar mrical avatar nenu3414 avatar not-sarthak avatar pragyamittal0 avatar prathameshkurunkar7 avatar reyhhan avatar samarth0409 avatar samyakshah3008 avatar sarthak950 avatar sohamsshah avatar suraj7879 avatar tejaswi-kumar avatar vaishnavme avatar viswakash avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

javascriptonly's Issues

Resource Links

What do you think about adding another directory - but instead of notes(which the repo is currently doing well), privode with links for learning stuff : links like - js.info, MDN docs, etc.....

More features

Notes alongside screenshots and timestamps will help a lot.

Problematic folder name in DSA/DFS

This is the link of the folder

This folder name is invalid and causes problems in cloning and performing git operations. It makes it difficult for people to contribute. The only solution is to rename or delete the folder

Update the code sections in the NamasteJS notes

The current code sections are written under normal code-block markdown using the three-backticks ```.

let x = [1,2,3]

As an enhancement; since all the codes are in JavaScript, we can use ```js
So that the code sections highlight JavaScript Keywords. See below example:

let x = [1,2,3]

Add Eloquent JS Object Oriented Notes

I've been reading Eloquent JS and taking tons of notes. I'd love to to add to the notes section with some examples on object oriented javascript from chapter 6.

replace undefined with err x is not defined

// code example 5

getName();
console.log(x);
console.log(getName)

function getName(){
console.log("Namaste JavaScript");
}

Output:

Namaste JavaScript

undefined

f getName(){ console.log("Namaste JavaScript); }

**for x it will come to err x is not defined. please check epi 3 notes

assign it to me i will love to contribute.**

Add a ColorUtils class in SDE_Sheet

Add a ColorUtils class to the project with the following functionality:

  • Methods to convert colors to RGB, HSL, and hex formats.
  • Methods to brighten, lighten, and find the opposite color.

This class will be a valuable addition for working with colors.

Add a Blogs section

There are many good blogs, which explain JavaScript concepts in detail. We can have a Blogs folder too!

Add 30 Days of Javascript

I have recently finished a playlist on YT by WesBos - "30 Days of JavaScript".
I would like to add all my code files here. What's your opinion on this?

View complete code here.
Comments for code are still remaining, but will surely do that soon.

Renaming the Episode Markdown files of Namaste JavaScript.

It is a great effort to sum it all up in a list of markdown files. Great job, @sohamsshah

While I was surfing through this, I found it difficult to find out the topics covered in each episode. I think to resolve this we can rename the Episode files according to the videos, like E01 - Introduction, etc.

What do you think @sohamsshah? If yes, I will create a PR for this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.