new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Vue · all subjects

compiler

2 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

hoisting definition

Hoisting refers to running a section of code before it is reached, ahead of other code. The execution is pulled up to an earlier point. In a Vue context, the compiler applies hoisting to improve performance. When compiling a component, static values are moved out of the component's scope and created outside the component.

cache static definition

The Vue template compiler identifies those static VNodes, caches them during the initial render, and reuses the same VNodes for every subsequent re-render.

Give your agent this brain