Git Product home page Git Product logo

learn-javascript's People

Contributors

amansingh81757 avatar anuj-khadka avatar ayushi-ras avatar beluga0000 avatar chandanmali avatar chiragagg5k avatar crownpab avatar deveshidwivedi avatar devxprite avatar gnwx avatar hamfree avatar kumar007ambi avatar lensco825 avatar moustaphaotf avatar myselfprincee avatar prabhsingh0401 avatar purnasth avatar raj23689 avatar ram-tyagi avatar sahilxkhadka avatar scheuerkev avatar shashankpantiitbhilai avatar soulnikhar avatar sumn2u avatar susheelthapa avatar tanya03gupta avatar vaibhavpnimkar avatar vaibhavsharma24 avatar virginus01 avatar vishalkrishna8 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

learn-javascript's Issues

Security and Performance

Security and performance are crucial in the development process to prevent breaches, compromised data, and poor user experiences. A dedicated chapter on these topics can equip developers with the necessary knowledge and tools to build secure and efficient applications

Server-side JavaScript

A chapter on server-side JavaScript would give learners a full understanding of its applications in both front-end and back-end development, preparing them for diverse web development challenges. So, it would be nice to have it here.

Translation to [hindi]

Dear @sumn2u,

I trust this message finds you in good health. I have come across a document, and I would like to offer my assistance in translating it into Hindi. I discovered this opportunity during Hacktoberfest, and I am keen to contribute under that specific tag.

Please consider assigning this task to me, and I will ensure a professional and accurate translation.

Warm regards,
Somuya Khandelwal.

Space and Time complexity

Considering space and time complexity is a significant aspect of programming that ensures code efficiency, scalability, and maintainability. Having a brief introduction to these concepts, followed by example, can greatly benefit JavaScript developers.

Table of Content

Can i create the table of content (index) which helps to user read the documentation

Example:

image

Add JavaScript ES6 Concepts Documentation

Issue Title:
Add JavaScript ES6 Concepts Documentation

Is your feature request related to a problem? Please describe.
The current issue is a lack of comprehensive documentation on JavaScript ES6 concepts within the repository. Contributors and newcomers to the project may struggle to understand and leverage modern JavaScript features due to this gap.

Describe the solution you'd like
I would like to see the repository updated with thorough documentation on ES6 concepts, which should include explanations, code examples, and best practices for ES6 features like arrow functions, classes, destructuring, template literals, let and const, and more.

Describe alternatives you've considered
I haven't considered any alternatives as adding ES6 documentation directly to the repository seems to be the most straightforward and inclusive solution.

Additional context

  • The existing documentation in the repository.
  • The significance of up-to-date JavaScript knowledge in web development.
  • My commitment to maintaining the documentation and ensuring it stays current with future ES6 updates and new JavaScript features.

Improvement in operator section

I want to update operator section with following heading:

Arithmetic Operators
Assignment Operators
Comparison Operators
Logical Operators
Ternary Operators
Bitwise Operators
typeof Operator

Refine ReadMe.md file. Edit language and formatting (English).

Though I have not yet seen any blatant errors in the readme file, I would like to propose some minor changes to the formatting and language. For example, in the Introduction section, the book title is referenced. The title should be in italics (note: this is not a personal gripe but proper English formatting). Next, I would like to go through the file and evaluate the grammar and language used.

I'd be happy to take this on under the Hactoberfest tag!

Modify Comments section

Is your feature request related to a problem? Please describe.
Update comments section

Describe the solution you'd like
I want to add real like use of comment as examples:

// Change heading:
document.getElementById("myH").innerHTML = "My First Page";

// Change paragraph:
document.getElementById("myP").innerHTML = "My first paragraph.";

I would like to restructure the markdown in following format

# Comments
## Types of Comments
### Single Line comments
### Multi Line comments
## Real life examples of comments

Screen properties table has duplicates

Property Description
height Represents the pixel height of the screen.
left Represents the pixel distance of the current screen’s left side.
pixelDepth A read-only property that returns the bit depth of the screen.
top Represents the pixel distance of the current screen’s top.
width Represents the pixel width of the screen.
orientation Returns the screen orientation as specified in the Screen Orientation API
availTop A read-only property that returns the first pixel from the top that is not taken up by system elements.
availWidth A read-only property that returns the pixel width of the screen excluding system elements.
colorDepth A read-only property that returns the number of bits used to represent colors.
height Represents the pixel height of the screen.
left Represents the pixel distance of the current screen’s left side.
pixelDepth A read-only that returns the bit depth of the screen.
top Represents the pixel distance of the current screen’s top.
width Represents the pixel width of the screen.
orientation Returns the screen orientation as specified in the Screen Orientation API

As you can see above, the height, left, pixelDepth, top, width, orientation properties duplicated.

You can find file here: https://github.com/sumn2u/learn-javascript/blob/main/en/browser-object-model-bom/screen.md

Web APIs and AJAX Chapter

Would be nice to have a separate chapter that talks about Web APIs and AJAX as they are fundamental for creating interactive and dynamic web applications

Introduce single thread nature chapter

JavaScript's single-threaded nature is essential for its simplicity, compatibility, and safety, but it also requires careful handling of long-running or CPU-intensive tasks to maintain a responsive user experience. A chapter on it would be beneficial for readers.

Adding Project Section [Part I].

I am a learning developer and when it comes to learning a programming language I feel along with strong grip of theory and rules one should have hands on learning of that language.

As there is already a exercise section ,I feel there can be a project section where few small projects are suggested and explained so that the reader understand how they can use the learned concepts in application.

Please let me know your thoughts on this !!
Thankyou.

Translation - [French][Part I]

Translating this book can be a great way to expand its reach and connect with more readers. It's worth considering translating the chapters to make the book accessible to a wider audience. As agreed here the initial part will consider all chapters excluding exercises/ loops/ miscellaneous/ objects/ promise-async-await chapters.

Design Patterns in JavaScript

It would be nice to have a chapter that describes design patterns in JavaScript. Design patterns are proven solutions to common software design problems that help in writing maintainable, scalable, and efficient code.

Building and Deploying JavaScript Applications

It would be helpful to have a separate chapter on building and deploying JavaScript applications, as the process of taking code from development to production involves a number of important considerations and steps.

ECMA script

ECMA script is the standard Nature of a JS. Before Starting the JS u must also Know about ECMA script

Translation- [German]

Dear @sumn2u ,

I trust this message finds you in good health. I have come across a document, and I would like to offer my assistance in translating it into German. I discovered this opportunity during Hacktoberfest, and I am keen to contribute under that specific tag.

Please consider assigning this task to me, and I will ensure a professional and accurate translation.

Warm regards,
Ayushi Rastogi.

List of learning resources

A well-structured list of learning resources can be incredibly helpful for people looking to excel in JavaScript, whether they are beginners or more experienced developers. Create a list of resources that are available to public including articles, books, videos and posts.

Translate

I wish it could be translated by many different language.

Corrections to be added to the englis version

While taking the chapters based on their english version to tanslate into french. I've nitices in some points, errors either grammatical or orhographic. Other orrors involve also typo on some links.

I report it here cause after having done with the translation, I will also tackle down the task.

Modules and tooling chapter

It would be helpful to include a separate chapter that covers topics such as JavaScript modules (specifically ES6), bundlers (such as Webpack and Rollup), package managers (including npm and Yarn), and build tools

Client-side Frameworks and Libraries

It would be nice to have a separate chapter that describes client-side frameworks and libraries, as this would equip developers with the knowledge and skills needed to efficiently create modern, feature-rich web applications that meet user expectations and industry standards.

I wanna add the better styling for the content!!!

Is your feature request related to a problem? Please describe.
overall site looks very fabulous and i want to add some styling configuration to make learning more interesting.

Describe the solution you'd like
i want to create some styling for the content to learn as i am the js certified by LinkedIn i can make it Feasible.

add license to readme file

Describe the bug
the license hasnt been mentioned on the readme file

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'readme.md'
    scroll all the way down

Translation - [French][Part II]

Translating this book can be a great way to expand its reach and connect with more readers. It's worth considering translating the chapters to make the book accessible to a wider audience. As agreed here the part II will consider all remaining chapters including exercises/ loops/ miscellaneous/ objects/ promise-async-await chapters.

Testing and debugging chapter

It would be beneficial to include a dedicated chapter discussing testing frameworks such as Jest and Mocha, as well as covering unit testing, debugging techniques, and browser developer tools.

Readme file for Error Handling

Is your feature request related to a problem? Please describe.
The readme file of error handling folder is empty I would like to improve it by updating about the error handling introduction and it's types which are explained in other two files.

Additional context
Assign me this issue I'll work on it and add the label of hacktoberfest @sumn2u

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.