Wednesday, August 30, 2017

Radio Interview - Juli Muller and Maria Rodillo


First of all this Vlog will be about Javascript and DOM. To make it more interessting we did an interview about some questions that we had about this Topic. First we wrote the questions, then we recorded the interview in a webpage called "Vocaroo". Then we downloaded the records and some music to put it as background music. To put it all together we used Audacity and to finish we published it in Soundcloud. 



The questions that we asked were: 



How does Javascript compared with DOM?

The DOM is a set of objects used for interacting with a webpage. JavaScript is a general-purpose programming language, and when you execute JavaScript in a browser, it has access to the DOM. Take out the DOM and you still have a programming language.



How would you create a new DOM element?

Use the createElement() method for creating a DOM element:
Fill the new element with any HTML content:
Alternatively, use DOM methods for creating content nodes and append them to the new element. This approach requires more code, and is in general slower or equally fast as working with innerHTML:
"the word" can now be inserted into the DOM tree:

What is most important? Javascript or DOM

We think Javascript is more important than DOM, because JavaScript is a programming language used primarily by Web browsers to create a dynamic and interactive experience for the user. On the other side DOM only defines the logical structure of documents and the way a document is accessed and manipulated.

Use this link to hear the interview!

https://soundcloud.com/maria-alejandra-rodillo/maria-y-juli-1


Julieta Muller and Maria Alejandra Rodillo.

No comments:

Post a Comment