Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
How is `Temporal.PlainDate.from()` constructed?
+1
−0
Continuing from What is the advantage of creating instances from a method rather than constructor?, I want to construct a method that create a new instance of a class without using the constructor. One example of it is Temporal.PlainDate.from()
. I look at the polyfill but am unable to answer myself.
2 comment threads