hyTags
HomeHome DocumentationDocumentation

object-new

Creates a new empty object.
Parameter
Type
Description
return
object
The newly created empty object.
Test Case:Create empty object and get keys
    <div></div>
    
    <object-new>
    <object-get-keys>
    <array-get-size>
    <assert-equal value="0" type="number">
    
    👆 Try to change something!
  • Test succeeded Test failed