Developer Academy

TypeScript

Drills { } : , ( )

Type it exactly as written, including indentation and line breaks. Press Enter at the end of each line.

0wpm
100% acc
0:00Time
const users = await db.user.findMany({ where: { active: true, createdAt: { gte: startOfMonth }, }, select: { id: true, email: true, sessions: { take: 5 } }, orderBy: { createdAt: "desc" }, });

Just start typing.Tabrestarts