###Return -Is user to get the out come of something (i.e function).
-Can also be used as false or true.
-The main purpose of the return values is to use the the fuction return value like you would have use a variable value.
-Also does not print anything.
###Console.log -is used in to get the out put of a statement .
-Also is a fuction that will write the arqurment vaalue on the console.
-And only the burging console, in a browser you will not see anything on the sreen.
-Also will always display the results of the last expression.