Avançar para o conteúdo principal

Mensagens

A mostrar mensagens de julho, 2019

Nova aplicação - Programação em JavaScript

Deixo aqui o texto da aplicação para iniciação à linguagem de programação JavaScript. Programming in JavaScript Part One ------------------------------------------------------------------------- Programming in JS – Part One Introduction What is JavaScript? JS or JavaScript is described as the programming language for the web. It generally runs on a web browser (like Chrome, Mozilla; etc). It is a scripting language build to implement things in web pages. Therefore, it does not “make” an executable file. It runs a program or some instructions by an interpreter by a built-in interpreter (in the web browser) it is not compiled. It´s not similar to Java! Simplifying – Is a programming language that runs over a web browser. It allows to make changes and operations on a web page, but also make calculations, etc. And nowadays you can make a Mobile or Desktop App. First, take notice of some conventions used in this course: File names - index.html Text to type -