Guest User

Untitled

a guest
Feb 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. javascript = only language that can (the only one that can do frontend)
  2. developer.mozilla.or (authority on javascript)
  3.  
  4. It has to be backward compatible.
  5.  
  6. gighcharts
  7. jquery is in 90% of websites
  8.  
  9.  
  10. in javascript function is using as var
  11. var = to define a variable
  12.  
  13. } = operates as end
  14.  
  15. console.log(index) = this is what passed on to the console
  16.  
  17. === this is the equal to sign
  18.  
  19.  
  20. whenever calling a function must have the parenthesis
  21.  
  22. // = comment out
  23.  
  24.  
  25. functions are methods
  26. javascript
Add Comment
Please, Sign In to add comment