Illustration of Intention Space computation progress actions.

The computation model is illustrated through accompanying  NodeJS (Javascript) code, which makes the relation between design chunks and code more explicit . The code implements  a demo a scenario where a guest wants dinner and is served according to guest's  choice. Notice that Intention Space promotes an inside-out design of the Objects where Objects only have a name, and all the relevant design details about the behavior or data structure of the Object only come out as intentions reflected by or received by an object from design chunks. 
Let us imagine a scenario where a customer asks for dinner and gets served the kind of dinner he/she wants. Firstly ,let us capture the primary Object, Intention, and Design chunks to start designing a functional system that caters to this scenario  in a JSON data structure holding the objects ,intentions and design chunks.
: