ep1 - Documenting your javascript code like a pro, setting up JSdoc

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 18

  • @StarCourtesan
    @StarCourtesan 4 года назад +3

    Brief but far more informative than some 20+ minute videos i have seen. Thank you very much!

  • @Filicatos
    @Filicatos 4 года назад

    Short and sweet. Thank you!

  • @tipolacko
    @tipolacko 4 года назад

    Great content. When you created the custom typedef for the return type of your function, could you create a separate *.js file and specify it there and then somehow import it? Or place it at the very bottom of the file? I feel like I should create a separate folder for custom type definitions? If it’s possible could you show how to do that?

  • @PrashantNirgun
    @PrashantNirgun 5 лет назад +1

    did you used any visual studio code plugins to create comments block. Please sepcify

    • @jscasts8575
      @jscasts8575  5 лет назад +1

      Hi - in the video I used sublime with DocBlockr (packagecontrol.io/search/DocBlockr)

  • @eswarsaladi5638
    @eswarsaladi5638 4 года назад

    Great content! Really helped me a lot

  • @mosesogbonna452
    @mosesogbonna452 2 года назад

    Can you add your own external login page ?

  • @poojangujarati5687
    @poojangujarati5687 3 года назад

    hello i want to know that how to store uploaded image in to database mongodb using adminbro

  • @TechGeniusMinds
    @TechGeniusMinds 5 лет назад

    good explanation.

  • @sbobo18
    @sbobo18 5 лет назад

    Hello i've installed jsdoc locally but i can't create the docs folder when i do 'npm run docs' nodejs give me an error do u know why?

  • @chathulasampath3257
    @chathulasampath3257 5 лет назад

    What is this vscode theme and color schema?

    • @jscasts8575
      @jscasts8575  5 лет назад

      its sublime text edit: www.sublimetext.com/3 :)

  • @bambanx
    @bambanx 5 лет назад

    i dont have jsdoc.json file

    • @ethanpidcock5908
      @ethanpidcock5908 5 лет назад

      You need to generate it yourself hit show more under the title you can cut and paste his code from his github.