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?
6 Respuestas
+ 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.
+ 2
My telepathic abilities are not so strong to know what IDE you are using
+ 2
Thanks calvin
+ 1
You can use the auto-complete function but as programmer you need to write your own functions name...
+ 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
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.