Giter VIP home page Giter VIP logo

33-js-concepts's People

Contributors

aditya9764 avatar adrianskar avatar aniketkudale avatar ashinzekene avatar ashwin7mak avatar basmaelhoseny01 avatar ilker0 avatar jadhielv avatar juliofranco9111 avatar kumarsaroj18 avatar leonardomso avatar lipnyczlowiek avatar lokesh-coder avatar mohamed3on avatar ravikisha avatar rebiiin avatar refatalsakka avatar sachalifs avatar sojinsamuel avatar subhadeepbanerjee2003 avatar sudhanshutech avatar tamerlan1993 avatar tanushree57 avatar vaibhavnirmal2001 avatar vatsalbhuva11 avatar vidban avatar virtualwiz1 avatar xavier577 avatar zeitchef avatar zyszys 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  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

33-js-concepts's Issues

Testing in Javascript

It will be really helpful if we can try adding up new section for testing in javascript. That can cover topics such as testing frameworks such as Mocha, Jasmine, Jest, etc and also giving much insight on TDD and BDD, etc.

i talking about 5. double equals & triple equals section

hello.

thank you for this js-33-concepts repository.

i talk to you about that double equals & triple equals concepts section

the second link is wrong. this link click and web page load but http status 404 error message to show

Chronological based on quality

Well I have found this repo to be very useful but it seems to me that the items in the list are not in any chronological order. Correct me if wrong.
And I feel that it should have something like top 3 that are very much essential and should not be left out.

Javascript and data

Hi, thank you for this awesome article πŸ‘

I am just wondering, will you add something related to the AJAX, XHR, Fetch Api, Websockets, because these items are belong to a colossal part of everyday routine that every js developer do and I didn't find them in the list. Thanks

adding code of conduct file

Every HacktoberFest-2022 participating repository needs a code_of_conduct.md file
So I have created a well curated for this repository.
If everything looks good, you can merge it and add hacktoberfest-accepted label to it.

Information about generators

I didn't see any information about generators in there. It would be great to add some resources around them as well.

33 JavaScript Concepts Explained

I would like to create a repo where we use the resources herein and compile the information into readable explanations of the concepts.

readme

I have created a repo where we can do this. If this sounds like a good idea and anyone would like to help, I'd like to begin Immediately.

Add new concept - Proxy objects

I'd like to add some great resources that teach about proxies in JavaScript as it is an important concept for every JS developer to know and is currently missing from the collection. I'd want to make this contribution under the hacktoberfest, could you kindly assign me this issue under hacktober-accepted label so that I can add some resources and references about the above mentioned concept?

Fix typo

When I check during update Korean translate of 33-js-concepts, I found some typo like below.

Screen Shot 2019-10-23 at 1 27 19 PM

Screen Shot 2019-10-23 at 1 29 40 PM

Screen Shot 2019-10-23 at 1 31 56 PM

Screen Shot 2019-10-23 at 1 33 47 PM

Screen Shot 2019-10-23 at 1 36 49 PM

Can I fix this typo?

A minimal Website maybe a great feature :)

I really love the project and its idea , that is also why i decided to translated into my own mother language.
Yet i think building a Website with these informations may benefit a lot more people and it would be easier to find.

I would be happy to hear your opinions about it.

Checking for the Absence of a Value in JavaScript

I wrote an article not too long ago about checking for the absence of a value in JavaScript. It references == vs === vs typeof and briefly mentions Prototype Inheritance when discussing hasOwnProperty. Because of this I am not sure what section my article would go in (which is why I didn't make a pull request) so I thought I'd just link my article and let you decide if/where to put the article.

Video unavailable

In the section -
7. Expression vs Statement,
in the video category,
Function Statements and Function Expressions β€” Codeacademy - video link is broken!

Contextualising links for each concept

Whilst each concept is very much represented by a wealth of reading and video material which should cover the concept in sufficient details. I do wonder whether there's a bit of context needed for the links addressing why this link has been chosen - What is particularly good about this link ? What part of the concept does this do a good job of explaining. I'm not sure many people have the brain power or the will to read 10 articles about the same concept if there's repetition of details.

Thanks for considering. I admit this would require quite a bit of work but might make sure that each concept is high impact in the material being displayed.

Add a "why" blurb to each concept

Why is the call stack important? In what situations is it most useful? When and where? Stage of career? Application?

I would find it useful to have a short and clear blurb for each in the readme.

Unicode

Thanks for putting this together.
Do you think that Unicode/UTF8/UTF16 etc deserves a section?

Is there any way we could get the translations to update automatically?

The problem with translations is that each time a resource is added to the main repo, the translation becomes out of date.

Is there a simple way to keep the translations but to automatically add any new links?

The only way I can think of would be a single repo with translated snippets for each section and resources as objects, and pull it all together in different languages... but I feel that's too much πŸ˜‚

Otherwise maintainers of each translation will just have to watch the main repo and manually update their translation.

Call by reference vs Call by value

Hey,

i noticed you guys were trying to inform your readers about the difference between call by value and call by reference and linked to this article. However from my understanding the information conveyed in the article is not correct. The article claims that

One of the differences between the two is that Primitive Data Types are passed By Value and Objects are passed By Reference.

In Javascript (at least from my understanding) everything is passed by value.
You could also describe it as passed by sharing but Objects in javascript are certainly not passed by reference. Perhaps a better description of the topic can be found here

Order by importance

I'm not a prolific JS dev or anything, but "Call Stack" being #1 seems pretty unimportant. Most if not ALL devs I've ever worked with know very little about this. I'm not saying it isn't important (at least at a base level of understanding) but - is it the most important thing on this list if you were trying to teach your friend?

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.