Module 1: JavaScript Basics

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

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

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

    This pulled together so many bits and pieces of web knowledge gained randomly over the years. Thank you!

  • @anderson.r.ferreira
    @anderson.r.ferreira 4 года назад +2

    I have just one word to say about this module: WONDERFUL!

  • @ewaldit-entwicklungundcons2714
    @ewaldit-entwicklungundcons2714 4 года назад +1

    Very good for PL/SQL Developers and new APEX Developers. Thank you very much.

  • @alexandremarti
    @alexandremarti 4 года назад +2

    Really nice! Great for PL/SQL Developers and DBAs too. Congrats!!!

  • @neerajpandita1064
    @neerajpandita1064 4 года назад +1

    Well explained ! Thanks a lot. This is really good for PlSQL developers.

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

    I've only had to use JavaScript occasionally, and usually copy/paste examples from the web, so it was quite helpful to see a side-by-side syntax comparison between PL/SQL and JavaScript. Now I know why some of my guesses on syntax did not work! Same thing with Developer Tools and the console; in terms of what / how you can invoke immediate commands. No longer will I usually panic when I type in certain commands in the console and see "undefined" -- sometimes that should be expected, such as when defining a variable.

  • @baizeedrony
    @baizeedrony 4 года назад +1

    Great Content,Love it

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

    Thanks, Shakeep for this valuable tutorial,
    I have a question here,
    at 27:40 you say "procedure never return a value".
    But we can use an OUT parameter to return a value from procedure.
    can you explain that please?

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

      Yeah you are right!
      Procedure may or may not return a value.

    • @MarkStewart1337
      @MarkStewart1337 3 года назад +1

      @@dinudinesh5297 But actually, it is sending the value back via a parameter, not a single return value.. IE: a procedure invocation never returns a single value; it might send back one or more values via OUT parameters.

  • @ahmedharoon2740
    @ahmedharoon2740 2 месяца назад

    please can you or somebody else help to have video tutorials / examples / websites from where I can learn specifically JavaScript for Oracle Apex... thanks in advance.
    here is mentioned Module 1: is there any Module 2 , Module 3 etc. ? if yes, can I have those links too?

  • @adampawlak2079
    @adampawlak2079 6 месяцев назад

    Greetings. I realize this video is a bit old now, but the exercises referenced in the link later in the video do not seem to be available on github currently. Are they available anywhere else? Thanks, and thanks for making these videos.