AngularJS - HTML enhanced for web apps!
'use strict';
angular.
module('test', []).
controller('TestController', function($scope) {
$scope.text = 'Hello, world!';
});