diff --git a/index.html b/index.html index 5770281..4cbbe56 100644 --- a/index.html +++ b/index.html @@ -649,11 +649,7 @@

Steps

  • Let contact be a new Contact object.
  • Make a request to the system to generate a new unique contact identifier. -
  • Set the id attribute of contact to the - generated contact identifier. -
  • Set the lastUpdated attribute of contact to - the Date at which the constructor was invoked. -
  • Set the other attributes of contact to the value of the +
  • Set the attributes of contact to the value of the corresponding element in the contactInitDict dictionary, if present.