Here is the link to the video:
At 16:48, when the NAND drawing is complete, notice that in the LED column there are *no* logic levels. He has On and OFF, but no 0's and 1's. This is the only reason his statements are correct. Also, it is a significant omission, and throughout the video he bounces back and forth between active-high and active-low outputs without a word of explanation. In a world where everyone assumes that, unless stated differently, all logic is positive logic and all inputs and outputs are active-high, this is a critical error.
Note that the standard logic symbols for NAND and NOR gates have bubbles on the outputs, and the DeMorgan equivalents have bubbles on the inputs. These are the indicators that negative logic and active-low signals are at work.
For both the NAND and NOR functions, his truth tables are not correct. To see this, remember that the only difference between a NAND gate and an AND gate is an inverted output. A NAND gate is literally two gates in series, an AND gate and a NOT gate, also called an inverter. If you replace the words On and Off with the logic levels 1 and 0 in the AND and NAND tables, you will see that the NAND output column is not the simple inversion of the AND output column.
One last thing: The reason he gets away with his sloppy presentation is that he is inconsistent with the LED connection:
A) Sometimes the LED anode is connected to Vcc with the inputs driving the cathode.
and
B) Sometimes the LED cathode is connected to GND with the inputs driving the anode.
This is what makes this video very, very wrong - he flips back and forth between two logic conventions without any explanation, implying that the two are equivalent. They.Are,Not. Option B is the correct way to indicate positive logic and active-high conditions. If he sticks with this for all four gate types, two of them will not work. That is, the truth tables with 1's and 0's in the output column will be correct, bot the LED indications will not.
ak