Examene: PTR Admitere Master: Carti Net Licenta
Examene: PTR Admitere Master: Carti Net Licenta
html
EXAMENE:
http://www.locomarkid.ro/site/anul_III.htm
PTR ADMITERE MASTER
Licenta:
LICENTA
http://www.rasfoiesc.com/business/marketing/Atitudineaconsumatorilordimen48.php
http://www.artifex.org.ro/departamente/biblioteca/Editura%20pt%20site
%20artifex/d%20nastase/Teoria%20studiului%20comportamentului
%20consumatorului.pdf
http://www.managementmarketing.ro/pdf/articole/58.pdf
http://www.creeaza.com/afaceri/economie/DIMENSIUNILE-COMPORTAMENTULUI373.php
http://ebooks.unibuc.ro/StiinteADM/sica/5.htm
http://file.ucdc.ro/cursuri/T_2_n26_Comportamentul_consumatorului.pdf.pdf
http://www.econ.ubbcluj.ro/Scoala_Doctorala/rezumate/GHIRVU%20%28SZUZ-POP
%29%20Alina%20Irina.pdf
300 kotler
https://www.scribd.com/doc/92626432/LaPiere-R-T-1934-Attitude-versus-actionSocial-Forces-13-230-237
http://www.managementmarketing.ro/pdf/articole/58.pdf
Java script
Java Script
Conclusion: Part 1
Let's do a quick review!
*Data types
-strings (e.g. "dogs go woof!")
-numbers (e.g. 4, 10)
-booleans (e.g. false, 5 > 4)
*Variables
We store data values in variables. We can bring back the values of these variables
by typing the variable name.
*Manipulating numbers & strings
-comparisons (e.g. >, <=)
-modulo (e.g. %)
-string length (e.g. "Emily".length;)
-substrings (e.g. "hi".substring(0, 1);)
*console.log( )
Prints into the console whatever we put in the parentheses.
*If / else statements are conditional statements. Under different conditions, the
computer will output different things.