4 Matching Annotations
  1. Mar 2023
    1. ```js var name = 'Alfred'; var age = 47;

      function greet(){ console.log(arguments[0]); console.log(arguments[1]); console.log(arguments[2]); } greetI'm ${name}. I'm ${age} years old.; ```

  2. May 2021
    1. What Is Half-Duplex And Full-Duplex Operation, And How Does It Affect Your Router? By Phoon YS Published Sep 22, 2014 Share Share Tweet Email WiFi connections are running at half-duplex while the wired part of the LAN are on full-duplex. So it seems that by connecting through WiFi, something had to give. Were we shortchanged?

  3. Nov 2016