0% found this document useful (0 votes)
26 views

Examene: PTR Admitere Master: Carti Net Licenta

The document contains links to various resources about consumer behavior theory and marketing. It includes links to articles, papers, and books on topics like attitude and behavior, dimensions of consumer behavior, Kotler, and Java script. The document appears to be collecting resources for a licensing thesis related to consumer behavior theory and marketing.

Uploaded by

Aurelia Parjol
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Examene: PTR Admitere Master: Carti Net Licenta

The document contains links to various resources about consumer behavior theory and marketing. It includes links to articles, papers, and books on topics like attitude and behavior, dimensions of consumer behavior, Kotler, and Java script. The document appears to be collecting resources for a licensing thesis related to consumer behavior theory and marketing.

Uploaded by

Aurelia Parjol
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

http://www.ase.ro/admitere2015/masterat/metodologie.

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

carti net licenta


- http://psychology.uchicago.edu/people/faculty/cacioppo/jtcreprints/cpc81.pdf
http://people.umass.edu/aizen/f&a1975.html

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.

You might also like