Following Along Async Tutoring [Dface]

Truth table for: and(x,y) = ?


and(x,y) = nand(nand(x,y),nand(x,y))

Truth table for not(x) = ?


not(x) = nand(x,x)