Documenting Your JavaScript | JSDoc Crash Course

preview_player
Показать описание
In this video I will go over JSDoc for documenting your JavaScript code as well as using it for type checking

Sponsor: Linode Cloud Hosting

Code:

💖 Become a Patron: Show support & get perks!

Website & Udemy Course Links:

Follow Traversy Media:
Рекомендации по теме
Комментарии
Автор

1:30 setup
4:40 type: variables( in global scope)
9:40 etc: custom template
11:30 type: function( in global scope)
14:30 type: custom type
18:40 type: variables & methods ( in Class)
24:30 type: Module
27:50 etc: tutorials

Lala-kz
Автор

I'm intern and I need to create a software documention by the first time and your video just saved my life, Grateful from Brazil

davinibs
Автор

Incredibly helpful! Especially for someone who can't convince their boss that a Typescript conversion is worth the dev time

madebylewis
Автор

One of the best documentation generation, even tho all look the same, this seems like the easier to get started with!

ProgrammingwithPeter
Автор

wow, i had no idea what JSDoc was, and in 30 minutes i got the whole idea so clearly! thank you so much! your tutorial is so concise and on point. loved it!

짖죄명구속
Автор

Your style of teaching is the best... no matter how hard the topic is, I always find it easy when you teach it... Love from India sir...

ritwikmath
Автор

Superb video. Watched it like 2-3 years ago and back for a refresher.
The nice thing about jsdoc (in addition to dynamic documentation) is adding some sort of lightweight type checking for JavaScript which is some sort in the middle between JavaScript & typescript.

khalidelgazzar
Автор

just stumbled over this in VS-Code by typing /** and auto complete, when i wanted to add a Description to a function.
Thanks Brad 👍👍👍 Its a really cool Tool to use. Especially with the @ts-check! I wished i had seen this sooner.
This video should have more clicks!

TheVertical
Автор

Brad, you're amazing. We need more people like you in this industry dominated by arrogants.

krnel_errr
Автор

JSDoc not only enforces code commenting but also gives good looking docs in return ❤️

prateekgupta
Автор

One of starting points someone could take is this course, because it could allow any newbie to architect their codes from the beginning (of their career) especially since it cross-sections with typescript ideology

rivosuoth
Автор

Whenever I need something ASAP you just got it explained perfectly. You are the real MVP.

dawidgaleziewski
Автор

Thanks a lot... Your channel has made me a better developer and has really improved my coding skills. Got motivated last month and I started my own web development YouTube channel. Am grateful

scodemy
Автор

My coworker definitely needed this before I got hired...

Chandasouk
Автор

One of the great benefits of using JSDoc is to be able to use the `closure compiler`.
As well as type definition and support auto-complete at code editor

tahasoft
Автор

thank you very much bro ..
I just used your codes with gulp-jsdoc3 and
it is a very good feeling that it works at first try

muhammedozalp
Автор

@7:55, you can also say *number[]* instead of *Array<number>*.

YousefSh
Автор

Brad Do a video on what to learn in 2020...Anyone with same idea like this comment

cleancodez
Автор

Many thanks you for this short JSDoc tutorial.

AnatolyKosorukov
Автор

I watched Jest Crash Course and this JsDoc videos recently and they are very helpful

canerdemircigm
visit shbcf.ru