You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dit is voor de js lint plugin in je editor dus deze regel kan je verwijderen als je het online zet.
jslint browser: true, devel: true, eqeq: true, plusplus: true, sloppy: true, vars: true, white: true
Deze code wordt helemaal niet gebruikt dus je kan deze het beste verwijderen uit je code.
//(function(){
//
//var app = {
// init: function(){
// routes.init();
// console.log("routes init starten");
// }
//};
//
//var routes = {
// init: function(){
// window.addEventListener("hashchange", function()
// {
// console.log("dit is m");
// });
// console.log("test13");
// }
//};
//
//var sections = {
// toggle: function(route){
// route = console.log("test2");
// }
//};
//
//app.init();
//
//}());
// var sections = {
// toggle: function(route/* this is location.hash */) {
// var sections = document.querySelectorAll('main section');
// for (i=0; i<sections.length; i++){
// console.log(route);
// }
The text was updated successfully, but these errors were encountered:
Dit is voor de js lint plugin in je editor dus deze regel kan je verwijderen als je het online zet.
jslint browser: true, devel: true, eqeq: true, plusplus: true, sloppy: true, vars: true, white: true
Deze code wordt helemaal niet gebruikt dus je kan deze het beste verwijderen uit je code.
//(function(){
//
//var app = {
// init: function(){
// routes.init();
// console.log("routes init starten");
// }
//};
//
//var routes = {
// init: function(){
// window.addEventListener("hashchange", function()
// {
// console.log("dit is m");
// });
// console.log("test13");
// }
//};
//
//var sections = {
// toggle: function(route){
// route = console.log("test2");
// }
//};
//
//app.init();
//
//}());
// var sections = {
// toggle: function(route/* this is location.hash */) {
// var sections = document.querySelectorAll('main section');
// for (i=0; i<sections.length; i++){
// console.log(route);
// }
The text was updated successfully, but these errors were encountered: