• 2022-06-09
    Given that a scoped attribute cart exists only in a user’s session, which two, taken independently, ensure the scoped attribute cart no longer exists?()
    A: ${cart = null}
    B:
    C:
    D:
    E: cart
    F:
    G: ${cart}
  • 举一反三