+ 5
JS frameworks
any js frameworks do you use?
22 Antworten
+ 8
React Js is best use it
+ 6
react, angular?
+ 6
https://en.m.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks
+ 5
Yes. (use JQuery for Ajax)
+ 3
BootStrap
+ 3
I'm from Russia
+ 3
Joshiɱ, Look. You write shopping lists? The simplest array is a list. You write the purchase = ["milk", "bread", "apples"]. Do you think 1 - milk, bread ..... 2 In programming, counting starts with 0.
[0] = [milk]
[1] = [bread]
[2] = [apples]
OK
Cycles - "for", "do ... while" and "while"
for love numbers
ex, for(var i=0; i<=2; i++)
the purchase is the third? if not, then buy in the list below))
"do ... while" and "while" love "if"
We took another purchase and ask "is last on the list?" if not buy again
"do ... while" checks the condition after each execution
"while" checks the condition before each execution
first we ask "all bought?" if not buy more
+ 2
jQuery, node.js, e t c?
+ 2
Adebanjo, my English is bad, sorry
+ 2
Hey. I'm not an expert, but I can try. what is your question?
+ 1
bootstrap is a CSS framework
+ 1
Hi Helen
+ 1
You are really good in coding can you put me through
+ 1
Hi Helen please reply
+ 1
Not a problem at all
+ 1
Which country are you from
+ 1
Oh how is everything
+ 1
dear Helen could u explain regarding array looping
+ 1
Only be careful, if the condition is always the eternal cycle
ex:
for(var i=1; i>0; i++)
do{...}while(true)
while(true){...}