Javascript functions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Javascript functions

Please I need to know if I'm using an IDE and I defined a function. when I use that function later, will the IDE auto-complete the function's name when I try to write it?

16th Sep 2017, 12:28 PM
AdHam AHmed
AdHam AHmed - avatar
6 Answers
+ 4
For beginner, he should practice to type the full javascript format, rather then rely on auto-complete. Trust me, it would be easy for you to write any javascript codes later. Some more Javascript functions are not hard, you would get use to write most formats, after you have practised coding for some time.
16th Sep 2017, 12:45 PM
Calviղ
Calviղ - avatar
+ 2
My telepathic abilities are not so strong to know what IDE you are using
16th Sep 2017, 12:45 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar
+ 2
Thanks calvin
16th Sep 2017, 12:53 PM
AdHam AHmed
AdHam AHmed - avatar
+ 1
You can use the auto-complete function but as programmer you need to write your own functions name...
2nd Jul 2020, 10:32 PM
Richard Rodríguez
Richard Rodríguez - avatar
+ 1
You need as Rocky; with no luxury... code with a text editor and you'll will train very hard.... like Rocky did in Siberia
11th Aug 2020, 11:36 PM
Richard Rodríguez
Richard Rodríguez - avatar
0
yes it will, but you have to take care while writing in it, because as a newbie you can make a silly mistake of using curly braces more than once which can create error.... although in a small program you can see it easily and correct it.
5th Sep 2020, 11:02 AM
Nitin Singh Rawat
Nitin Singh Rawat - avatar