File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
JavaScript is a programming language that powers the dynamic behavior on most websites . Alongside HTML and CSS , it is a core technology that makes the web run . It is a scripting language .
4
4
5
+
6
+ -- Camel case
7
+ It is the practice of writing phrases such that each word or abbreviation in the middle of the phrase
8
+ begins with a capital letter , with no intervening spaces or punctuation . i . e every First Letter of every Word Except the First Word is UpperCase .
9
+ Example : let camelCase . We Write Js codes in camel Case
10
+
11
+
5
12
-- Console . log ( )
6
13
The console . log ( ) method is used to log or print messages to the console . It can also be used to print objects and other info .
7
14
Important : Console here is an Object . We shall discuss about these Objects later .
You can’t perform that action at this time.
0 commit comments