2018 $13m
2019 $20m
2020 $33m
var canvas = document.querySelector( 'canvas' ),
context = canvas.getContext( '2d' ),
x = 0;
canvas.width = canvas.height = 200;
context.fillStyle = 'red';
function update() {
x = ++x % 200;
context.clearRect( 0, 0, 200, 200 );
context.fillRect( x, 100, 10, 10 );
requestAnimationFrame( update );
}
update();
In England, the Viking Age began on 8 June 793 when Vikings destroyed the abbey on Lindisfarne.
Traditionally marked in England by the failed invasion attempted by the Norwegian king Harald III.