1. Sent CV for web application developer by recommadation of Dr.
2. Contacted an agent and she told me about what digital agency is:
To simple put, a digital agency is a firm to provide completed solutions for the clients' requirements. Not limited to its capabilities( strengths on mobiles or webs for example). In these type of firms, it is requiring the employee to show their abilities and the project managers pick the whom is capable for do the job.
She also told me the information about a mobile app company in science park.
3. understand what "3-column layout" is
basically 3 columns are in the same webpage
this is left column
this is middle colmun
this is right column
and css
#left {
float:left;
width: 300px;
}
#right {
float:right;
width: 600px;
}
#middle {
float:left;
width: 300px;
}
#right-2 {
float : right;
width: 300px;
}
#footer {
clear:both;
}
4. use JS to re-answer the below questions
write a function to prove all characters in string are subsets of another string
function("ABCDE", "AADE") return true
function("ABCDE", "DZ") return false
write a function to reverse each words in a sentence but maintain same orders
function("Hello World") return "olleH dlroW"
沒有留言:
張貼留言