Answer the question
In order to leave comments, you need to log in
Is it possible to store the value of an object as an object?
Is it correct to store the following object structure:
let first_obg = {
name: name,
password: password,
comment: comment_obg
}
comment_obg = {
author: author,
text: text
}
Answer the question
In order to leave comments, you need to log in
Create a parent block around which there will be several children:
<div class="content_wrap">
<div class="content_box">
<i></i>
<span>Признание</span>
</div>
<div class="content_box">
<i></i>
<span>Отношение</span>
</div>
</div>
<div class="content_box">
<i></i>
<span>Самосовершенствование</span>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question