Egg-strait Techniques | Egg-cellent Techniques | Egg-cell Division

Egg-cellent Techniques

Egg-cellent Techniques is a collection of suboptimal methods for achieving subpar results. It's like, uh, a hobby.

Egg-cellent Techniques: A Guide to Not Caring

Egg-cell Division Principles

Techniques:

EDM = function eggcell_divide(x, y) {
  var result = Math.random() * (x - y);
  return Math.floor(result);
}
EDI = function eggcell_divide_by_ignorance(x, y) {
  return x;
}