Module 1: JavaScript Basics

preview_player
Показать описание
This module covers the following topics:
1. Why JavaScript? [0:27]
2. Variables and data types [5:13]
3. Operators [13:21]
4. Conditionals and loops [19:35]
5. Objects and functions [25:50]
6. Developer tools [34:27]
Рекомендации по теме
Комментарии
Автор

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

DavidOsborneS
Автор

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

anderson.r.ferreira
Автор

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

alexandremarti
Автор

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

ewaldit-entwicklungundcons
Автор

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?

HeshamAbuElenain
Автор

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

neerajpandita
Автор

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.

adampawlak
Автор

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?

ahmedharoon
Автор

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.

MarkStewart