C
C
Chokatillo2017-08-01 04:14:17
JavaScript
Chokatillo, 2017-08-01 04:14:17

Make a block with a semicircular cutout on top?

How to create a block with this cutout at the top?
88f6682a456b4014889230e8397e0391.jpg
Thank you for your attention!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem, 2019-03-04
@gsdev99

const filtered = obj.people.filter((p) => {
  for (let el of arr) {
    if (el.menId === p.data.menId && el.firstName === p.data.firstName) {
      return true
    }
  }
  return false
})

R
Robur, 2019-03-04
@Robur

First, determine what is "right" for you.
Without this, the only general "correctness" is that the result should be what you need. This can be done as you like, even with your hands or, for example, as you wrote above.

A
Aligatro, 2017-08-01
@serovpochta

Option 1 and Option 2 for images.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question