My Brain Cells

Easiest (and best) learning materials for anyone with a curiosity for machine learning and artificial intelligence, Deep learning, Programming, and other fun life hacks.

Category: full stack development

    BASICS:  Including JavaScript in an HTML page  <script type = “text/javascript>js code here </script> Call an External JavaScript File   <script src=”myscript.js”></script> Including comments  //simngle line comoments  /*multi line comments*/ VARIABLES: (var,const,let) var…

Back to top