Our Forecasting Philosophy

Meetings: where time is money, and time is wasted.

		
			// Forecasting Algorithm
			function forecast() {
				return new Promise(resolve => {
					setTimeout(() => {
						console.log("The apocalypse is near!");
						resolve();
					}, 10 * 1000);
				});
			}
		
	

Disclaimer: Our forecast is 99.999% accurate.

We reserve the right to modify or revoke any forecast at any time, without notice.

Our Forecasting Team