Untitled

 avatar
unknown
plain_text
2 years ago
743 B
5
Indexable


Hey, here are some recommendations to get the best out of BLACKBOX
Be as clear as possible
There is no need for commas and punctuation
Try ending the question in what language you want the answer to be, e.g: 'connect to mongodb in node js'

Watch this video to see how it works
Here are some suggestions (click on one)
Write A Function That Reads Data From A Json File
How To Delete Docs From Mongodb In 
.heart {
position: relative;
display: inline-block;
width: 50px;
height: 48px;
}
.heart::before,.heart::after{
content:"";
background:#f7921e ;
border-radius:50%;
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
z-index:-1;
}
.heart::before{
width:36px;
height:36px;
clip-path:polygon(50% 0%, 100% 25%, 100% 75%, 50
Editor is loading...