tweaking docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-05-06 02:41:10 +03:00
parent 9011ec32e0
commit 9b9fccf0ef

View File

@ -28,7 +28,7 @@ Disadvantages compared to the `class` syntax:
<table border="0">
<tr valign="top">
<td width="50%">
<td width="50%" border="0">
_object.js_
```javascript
@ -52,7 +52,7 @@ var Base = object.Constructor('X', Array, {
```
</td>
<td>
<td border="0">
_ES6_
```javascript